Pasindu De Silva
aafb04f84e
The ini directive mysqli.cache_size has been removed from PHP for a while. This patch removes it from the manual, since it is not used in the PHP core since 5.3.0 version
...
https://github.com/php/php-src/pull/2777
--
Provided by anonymous 80662 (peterkokot@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343775 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-07 12:31:04 +00:00
Peter Cowburn
55db181e65
fix capitalisation of "No error" response from json_last_error_msg() (doc bug #75763 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343770 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-05 08:57:19 +00:00
Derick Rethans
f16eec1f5e
PHPC-962: Document example of tailable cursor iteration
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343765 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-03 17:08:04 +00:00
Derick Rethans
8b0b6b72fa
PHPC-1024: Document BSON exceptions for Cursor iteration / PHPC-1080: Document new BSON classes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343748 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-02 15:17:29 +00:00
Baokun Dou
194d273f59
Updated docs for swoole functions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343747 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-02 14:05:02 +00:00
Baokun Dou
8de8df29ea
Added more docs for swoole functions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343746 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-02 13:49:54 +00:00
Baokun Dou
e899f59fcb
Added the doc for swoole-async-set.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343745 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-02 13:14:40 +00:00
Baokun Dou
9eb1179de3
Added the doc for swoole-async-read.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343744 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-02 13:01:08 +00:00
Christoph Michael Becker
35654c6a85
Improve wording
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343732 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-01 14:36:32 +00:00
Christoph Michael Becker
f5d51fe0e5
Fix typos
...
Patches provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343731 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-01 14:32:12 +00:00
Christoph Michael Becker
3fcc64d116
Fix #75733 : count(null) and count(empty-string) raises a warning
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343711 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-26 10:45:33 +00:00
Nikita Popov
954be33208
Note removal of opcache.fast_shutdown
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343672 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-18 20:49:53 +00:00
Baokun Dou
d7344ed939
Functions docs added for Swoole ext.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343636 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 22:16:28 +00:00
Baokun Dou
76cd2404fc
Added docs for swoole_async_dns_lookup in Swoole ext.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343634 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 21:58:10 +00:00
Baokun Dou
d3018de684
Added docs for swoole_async_dns_lookup in Swoole ext.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343633 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 21:56:30 +00:00
Baokun Dou
81ac806cd6
Added Swoole ext versions. Fixed book.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343632 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 21:09:03 +00:00
Baokun Dou
18ae752984
Added Swoole ext constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343631 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 20:24:27 +00:00
Baokun Dou
02ad3ce4ad
Updated Swoole ext docs.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343630 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 20:21:27 +00:00
Baokun Dou
12f4e0eb67
Added swoole ext docs structure.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343628 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 15:25:19 +00:00
Peter Cowburn
3554b16809
add IMAGETYPE_WEBP to exif_imagetypes() constants list (doc bug #75657 )
...
This was introduced in 7.1.0, and a changelog entry already exists
on the page but the constant was not added to the list.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343622 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-08 22:16:01 +00:00
Côme Chilliet
1f32eb1025
Added version information for LDAP exop functions
...
Also reordered to match function list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343591 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-06 14:11:49 +00:00
Côme Chilliet
9b89238fd3
Added documentation for ldap_exop_passwd
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343588 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 16:06:26 +00:00
Côme Chilliet
0629e02357
Added documentation for ldap_exop_refresh
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343587 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 15:51:22 +00:00
Côme Chilliet
dc00770c86
Added documentation for ldap_exop_whoami
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343586 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 15:34:18 +00:00
Côme Chilliet
ec8dadf8f8
Added documentation for ldap_parse_exop
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343585 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 15:31:51 +00:00
Côme Chilliet
8938233780
Added documentation for ldap_exop function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343581 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 14:53:39 +00:00
Côme Chilliet
ea99bf7969
LDAP EXOP OIDs are string, not integers
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343579 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 14:15:16 +00:00
Andrey Gromov
d91faeacc8
remove duplicate changelog section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343577 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 11:10:28 +00:00
Andrey Gromov
169d4be91b
typo by anonymous
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343575 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 10:18:28 +00:00
Peter Cowburn
7b20f2f249
remove unwanted PHP versions info for PECL exts
...
I'm not sure why these methods had a PHP version referenced, but they're
definitely not present in those versions of PHP.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343551 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-01 12:54:22 +00:00
Peter Cowburn
83ac0bf206
PHP before PECL in versions file
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343550 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-01 12:54:19 +00:00
Peter Cowburn
a120fde223
remove duplicate "PHP 7" in versions file
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343549 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-01 12:54:16 +00:00
Peter Cowburn
5cbcbd5baf
ZipAchive -> ZipArchive (doc bug #75602 )
...
Plus a capitalisation fix for ZipArchive::setEncryptionIndex.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343535 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:12:41 +00:00
Peter Cowburn
d7d7191c7d
mcrypt moved to pecl
...
This extension has moved to PECL as of PHP 7.2.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343532 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:17 +00:00
Peter Cowburn
22e90a0756
libsodium -> sodium
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343530 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:08 +00:00
Thomas Punt
adc3221467
Document rand/mt_rand changes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343522 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 22:29:47 +00:00
Kalle Sommer Nielsen
a791c271a6
Documented the LDAP EXOP constants available as of PHP 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343516 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 21:20:12 +00:00
Kalle Sommer Nielsen
dd84cf2d2d
Added missing documentation for already existing LDAP constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343515 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 21:09:22 +00:00
Kalle Sommer Nielsen
d5e7ae6c6a
Documented the change to number_format() where -0 no longer can be returned in 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343514 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 19:56:04 +00:00
Kalle Sommer Nielsen
27b6cff4d5
Documented that count() may yield a warning on invalid types passed to it as of 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343513 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 19:50:44 +00:00
Kalle Sommer Nielsen
0ed97654e1
Documented ArgDocumented Argon2 password hashing support in 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343511 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 19:44:12 +00:00
Kalle Sommer Nielsen
cd3e37ce25
Documented all new PDO functionality in 7.2, and did some minor cleanups
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343508 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 18:42:13 +00:00
Kalle Sommer Nielsen
1e0e81afe2
Documented the new behavior for is_object() and __PHP_Incomplete_Class as of PHP 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343504 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:49:20 +00:00
Kalle Sommer Nielsen
cfa9e1bb71
Documented the remaining new functionality to ext/zip as of PHP 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343502 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:30:58 +00:00
Kalle Sommer Nielsen
bd9add30af
Undocument PHP4 and incorporate Remi's note into the manual
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343501 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:10:36 +00:00
Kalle Sommer Nielsen
26b781ca38
Added a note about float+double support regardless of endianness in pack() and unpack()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343500 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:04:05 +00:00
Kalle Sommer Nielsen
402dc11916
Minor cosmetics to the resource (closed) return value
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343499 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:01:47 +00:00
Kalle Sommer Nielsen
ee27dc3326
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343497 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:54:05 +00:00
Kalle Sommer Nielsen
bbc9bc8e92
Added a note about utf8_encode() and utf8_decode() is now in the core of PHP, and not ext/xml as of 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343495 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:48:01 +00:00
Kalle Sommer Nielsen
cdf21a5326
Added a note about closed resources with gettype()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343493 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:39:00 +00:00