Christoph Michael Becker
dc0f955be2
Use gender neutral wording
...
Based on a patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347626 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-21 12:34:54 +00:00
Christoph Michael Becker
ac9cf5decd
Partially fix #77899 : No documentation for 7.3 new functions
...
We document the socket_wsaprotocol_info_* functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347618 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-19 12:34:05 +00:00
George Peter Banyard
0997ae3510
Typo in Parallel extension.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347612 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-17 12:56:14 +00:00
Christoph Michael Becker
82cff784b0
Merged revision(s) 347600 from phpdoc/en/trunk:
...
Fix #78163 : preg_quote() documented as accepting null for $delimiter, which actually throws
........
Cf. <https://bugs.php.net/bug.php?id=78163#1560771170 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347611 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-17 12:35:42 +00:00
Christoph Michael Becker
3c2b216825
Document new PDO OCI constants
...
Patch provided by Cameron Porter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347608 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-16 11:28:06 +00:00
Christoph Michael Becker
381e8ebf1b
Fix #78165 : Incorrect example with printf
...
We also remove the useless self-reference from the "see also" section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347601 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-14 17:56:16 +00:00
Christoph Michael Becker
568cd69529
Fix #78163 : preg_quote() documented as accepting null for $delimiter, which actually throws
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347600 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-14 16:11:17 +00:00
Nikita Popov
4a414d4676
Clarify what NoRewindIterator does
...
NoRewindIterator does not forbid rewinds, it ignores them.
Patch by nikic.
Closes GH-2.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347593 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-11 21:54:08 +00:00
George Peter Banyard
508e255fff
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
This should include all mentions of PHP 4 in "bundled" extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347589 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-11 13:21:49 +00:00
George Peter Banyard
466005b130
Remove PHP 4 and 5.0.0 mentions.
...
This is sent seperatly as apparently via the online doc editor it tells me the file is out of d
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347578 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 15:56:14 +00:00
George Peter Banyard
652367cc9d
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
These should be the last ones from the core extensions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347577 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 15:52:28 +00:00
George Peter Banyard
43c3e5cb61
Fix Doc Bug #78104 by removing mentions of @ operator and moving E_WARNING info into Error/Exception section.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347576 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 15:41:06 +00:00
George Peter Banyard
6776e9012b
Fix See Also link
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347575 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 14:55:04 +00:00
George Peter Banyard
95d6121ed0
Remove See Also link to the current function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347574 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 13:12:35 +00:00
Nikita Popov
37909220d2
Replace each() with foreach in asXML() example
...
Patch by nikic.
Closes GH-1.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347573 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 12:52:24 +00:00
Nikita Popov
7ff4c27858
Remove rfc1867 ini entries from apcu docs
...
These are supported by apc, but not apcu.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347572 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 12:04:37 +00:00
Nikita Popov
0e26639356
Add changelog entry for apcu_inc/dec ttl parameter
...
Only exists since apcu 5.1.12.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347571 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 11:52:34 +00:00
Nikita Popov
f29030302c
Add ttl parameter to apcu_inc/apcu_dec
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347570 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 10:49:25 +00:00
George Peter Banyard
b824e2b108
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347555 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:31:34 +00:00
George Peter Banyard
349cf9d523
Fix See other link.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347554 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:10:48 +00:00
George Peter Banyard
66d744fd58
Fix function alias.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347553 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 14:05:22 +00:00
George Peter Banyard
19a4a45e9b
Fix See Also links
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347552 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 13:37:45 +00:00
Christoph Michael Becker
4d8da41901
Document ibase services
...
Patch provided by Martin Köditz.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347551 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 12:24:35 +00:00
Christoph Michael Becker
10b6f86373
Fix #78105 : No version information for some ZipArchive methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347549 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 11:33:56 +00:00
Christoph Michael Becker
46b513526e
Fix #78107 : Some intl pages don't have version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347548 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 11:26:04 +00:00
Christoph Michael Becker
2b1d6a4949
Fix #78108 : Some Phar related pages don't have any version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347547 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 11:09:06 +00:00
George Peter Banyard
7aa9a34be3
Fixed changelog order.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347544 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 22:00:56 +00:00
George Peter Banyard
2e4914ba37
Fix changelog order
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347543 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 19:07:49 +00:00
George Peter Banyard
2a56e2bba7
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347542 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 16:19:35 +00:00
George Peter Banyard
aa2f300f3e
Fix See Other function links
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347541 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 15:49:40 +00:00
George Peter Banyard
ff8c0c53eb
Fix changelog order
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347540 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 15:45:43 +00:00
George Peter Banyard
3f4b8142a8
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347539 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 15:29:36 +00:00
George Peter Banyard
8183e66ef3
Explicitly tell when each constant has been introduced.
...
Removed mention of PHP 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347538 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 15:28:33 +00:00
Christoph Michael Becker
17bdda79b0
Document all fbird_*() aliases
...
Patch provided by Martin Köditz.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347533 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-03 14:38:49 +00:00
Christoph Michael Becker
961158904b
Add DateTime::createFromImmutable docs
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347532 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-03 12:40:11 +00:00
Christoph Michael Becker
1cbdddb45b
Add new alias page
...
Patch provided by Martin Köditz.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347531 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-03 12:29:20 +00:00
Joe Watkins
ca7cb538bb
missed root of class from parallel\Sync in versions.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347528 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-02 19:42:37 +00:00
Craig Duncan
e298f1eaee
Add changelog for SplFileObject::__toString()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347527 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-02 15:17:21 +00:00
Joe Watkins
d0da6acae8
parallel 1.1.0 updates
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347526 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-02 11:09:36 +00:00
George Peter Banyard
0d37aedb6a
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347523 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-01 15:48:55 +00:00
Christoph Michael Becker
55a5eca8af
Update FFI variable accessing docs
...
Cf. <http://git.php.net/?p=php-src.git;a=commitdiff;h=6738241aece97979bdb7531babcfdf12e3c4b45b >.
We also add a respective example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347522 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-01 12:09:20 +00:00
Craig Duncan
2abaae34ef
SplFileObject::__toString() is now an alias for SplFileObject::fgets()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347521 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-01 10:51:29 +00:00
Christoph Michael Becker
537e6eeb26
Fix #78074 : PDO_OCI not working
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347520 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-01 08:41:43 +00:00
Karoly Negyesi
0c97611503
expand overloading docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347517 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-30 20:13:02 +00:00
George Peter Banyard
417eda23c6
Removing mention of WDDX as it's been deprecated.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347511 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-29 15:38:39 +00:00
Christoph Michael Becker
ecf94f5577
Update Windows requirements section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347509 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-29 13:14:04 +00:00
George Peter Banyard
787e0e625e
Change signature to respect new PHP 7.4 changelog. Added that these functions return an empty array if called without any arguments.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347508 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-29 11:45:11 +00:00
George Peter Banyard
1415a3b592
Forgot to change parameter numbers during copy/paste.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347501 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-28 13:11:17 +00:00
George Peter Banyard
a26b14769f
Added changelog for PHP 7.4
...
c.f. 77cf3d7b11
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347500 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-28 13:07:19 +00:00
Christoph Michael Becker
0eee1e3484
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347499 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-28 08:48:45 +00:00