George Peter Banyard
0b3846c465
Nitpick, "etc." and "..." are equivalent using "etc..." is as saying "Et cetera Et cetera"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347154 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-05 20:07:42 +00:00
George Peter Banyard
0e8db71fa8
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347153 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-05 20:02:05 +00:00
George Peter Banyard
dd11e151f1
Fix Doc Bug #77852
...
Correct typo in Example #4 - removes extra ')' at end of '$result = ...' line.
--
Provided by anonymous 97354 (damien.harwin@mayden.co.uk )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347152 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-05 19:58:43 +00:00
Sara Golemon
38842fa7dc
Clarify that non-thread safe setting CURLOPT_DNS_USE_GLOBAL_CACHE is only enabled when it makes sense.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347135 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-04 14:04:02 +00:00
Christoph Michael Becker
442996b447
Fix #77838 : version_compare() returns null when invalid operator given
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347125 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-03 17:21:40 +00:00
George Peter Banyard
ed71049232
Typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347123 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-02 19:56:05 +00:00
George Peter Banyard
9059e4a572
Improve array_slice and array_splice documentation pages.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347119 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-01 20:22:42 +00:00
George Peter Banyard
68a9c82e06
Fix Doc Bug #66546
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347118 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-01 19:16:35 +00:00
George Peter Banyard
6d3254ed43
Fix Doc Bug #70655
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347117 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-01 19:15:50 +00:00
George Peter Banyard
b9db9e76dd
Fix styling of the document.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347116 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-01 18:56:14 +00:00
George Peter Banyard
7a877e63a7
Improved session security manual page (mostly fixing broken English)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347115 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-01 17:04:45 +00:00
George Peter Banyard
24063158a5
Remove old entities in comment as they provide false usage information about XML entities.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347114 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-01 16:55:05 +00:00
Derick Rethans
b2c530eea1
Updated to version 2019.1 (2019a)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347112 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-01 09:34:04 +00:00
Peter Cowburn
6b25eaaf7d
remove reference to /mirrors.php from install section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347102 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-30 15:48:24 +00:00
Christoph Michael Becker
b4174dfea1
Improve wording
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347099 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-29 14:04:41 +00:00
Kalle Sommer Nielsen
b2a306dc88
Remove PHP4 style constructor usage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347090 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-28 08:04:59 +00:00
Christoph Michael Becker
e392d576ed
Fix wording
...
“i.e” is the abbreviation of “id est” (that means);
“e.g.” is the abbreviation of “exempli gratia” (for example).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347079 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-27 17:35:07 +00:00
George Peter Banyard
1de9b77d03
Remove PHP 4 mentions. And change "since" to "as of"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347063 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-26 17:52:51 +00:00
Christoph Michael Becker
a36065c3de
Increment/decrement operators don't affect booleans
...
Cf. <http://news.php.net/php.internals/104933 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347062 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-26 13:51:27 +00:00
Christoph Michael Becker
fc74d0ee2d
Fix contradictory info
...
See also <http://news.php.net/php.doc.cvs/16634 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347061 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-26 11:45:37 +00:00
Christoph Michael Becker
5f64b63acf
Fix #77796 : Function ssh2_sftp (standard_5.php)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347060 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-26 11:29:03 +00:00
George Peter Banyard
96c18bea02
Add "u" specifier that I forgot with the sprintf improvement patch.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347056 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-25 01:43:56 +00:00
George Peter Banyard
cec5c740b5
Fix Doc Bug #74842
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347047 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 20:06:21 +00:00
George Peter Banyard
1ef3b49df4
Use entities and change "since" to "as of"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347046 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 19:58:40 +00:00
George Peter Banyard
1b5dc67e5c
Removed various notions about PHP 4 in variable language spec;
...
Fix Doc Bug #77725
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347045 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 19:49:33 +00:00
George Peter Banyard
9134a81215
Fix changelog order
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347044 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 19:48:24 +00:00
George Peter Banyard
af6fdf16ab
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@347043 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 19:38:53 +00:00
George Peter Banyard
46ff9f25a7
Fix doc build as validating the sprintf patch directly from the doc editor doesn't merge from the previous changes to a file.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347042 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 18:01:54 +00:00
George Peter Banyard
87b1f7ef55
Improve sprintf documentation and related functions (such as printf)
...
Fix Doc Bug #77451
Integrate Note 111201 into doc http://php.net/manual/en/function.sprintf.php#111201
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347041 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 16:30:33 +00:00
Peter Cowburn
4fe372927e
negative zero is falsy (fix bug #77778 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347033 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-21 19:26:14 +00:00
Peter Cowburn
904f11cd5c
update return type position in "How to read a function definition (prototype)" section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347032 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-21 19:05:21 +00:00
Christoph Michael Becker
7be628baf8
Document ext/wddx removal
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347028 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-20 13:52:24 +00:00
Christoph Michael Becker
02c4a935e2
Update required bison versions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347019 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-18 10:27:23 +00:00
Christoph Michael Becker
c3342c4607
Document #75113 : adding missing DatePeriod::getRecurrences method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347018 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-18 08:43:20 +00:00
Timandes White
63cfa87a78
remove redundant 'notes' block and fix descriptions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347017 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-18 00:47:52 +00:00
Christoph Michael Becker
a5e210ecc2
Fix #77240 : Incorrect binding near constraint errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347015 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-17 17:50:10 +00:00
Christian Weiske
f8c13c6050
Link to error_get_last() which is the recommended replacement.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347009 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-13 21:20:25 +00:00
Pieter Hordijk
cbf6e7ba43
Fixed wording
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347004 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-13 08:17:36 +00:00
Christoph Michael Becker
d6746c5d2b
Document sqlite3.defensive INI directive
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346996 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 16:30:46 +00:00
Christoph Michael Becker
2efe514b78
Fix #77702 : Ds\Set::first() incorrect return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346995 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 13:21:40 +00:00
Christoph Michael Becker
d744059987
Add missing <initializer>s
...
Patch provided by Kasper Franz.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346994 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:57:37 +00:00
Christoph Michael Becker
bab9e5ad7f
Fix parameter type and description
...
Patch provided by Jochem Klaver.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346993 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:47:04 +00:00
Christoph Michael Becker
05c4c92213
Remove controversial paragraph
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346992 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:38:31 +00:00
Christoph Michael Becker
140252dcf2
Fix version range
...
Patch provided by Kyle Kothe.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346991 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:26:01 +00:00
Christoph Michael Becker
91376f31d4
Fix typo
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346990 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:16:53 +00:00
Christoph Michael Becker
650d6ae781
Fix #77723 : Wrong return type for SplFileInfo::__toString
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346989 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:06:23 +00:00
Kalle Sommer Nielsen
1ae887f71c
Class constants may not be declared as final either
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346977 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-07 12:05:13 +00:00
Christoph Michael Becker
a2148bbab3
Improve wording
...
Patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346966 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-03 13:49:34 +00:00
Oliver Albers
ffe8a35861
Fix typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346964 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-03 12:40:54 +00:00
Christoph Michael Becker
a1be033c9b
Remove PHP 4 related info
...
Also, it appears that the curlwrappers never made it to PECL.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346948 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 18:32:27 +00:00