Christoph Michael Becker
394eb8c182
Fix grammar
...
--
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347308 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-22 12:29:45 +00:00
Christoph Michael Becker
449203e8d2
Remove PHP 4 related changelog entry
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347307 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-22 12:21:44 +00:00
Christoph Michael Becker
e4290bf8f9
Clarify that dBASE does not delete records immediately
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347306 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-22 12:20:37 +00:00
George Peter Banyard
54a8931302
Fix Doc Bug #77925
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347299 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-20 14:33:20 +00:00
Christoph Michael Becker
d31b1568f9
Fix : #77924 : Wrong return type in bzclose() description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347293 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-19 14:57:00 +00:00
Christoph Michael Becker
d3adb9146b
ZMQ::MODE_DONTWAIT is preferred over ZMQ::MODE_NOBLOCK
...
See <f2617063a4/ChangeLog (L8)
>.
--
Provided by Maxime Veber (nek.dev@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347288 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-19 11:41:11 +00:00
Christoph Michael Becker
b82413a892
Update default ini value
...
Based on a patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347287 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-19 11:27:37 +00:00
Christoph Michael Becker
d49b5c788d
Use new style constructor
...
Patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347286 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-19 11:14:48 +00:00
Christoph Michael Becker
c5345ba69b
Fix #77916 : Phar documentation example bug
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347277 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-18 08:33:46 +00:00
George Peter Banyard
65326cf016
Fix incorrect return values.
...
Fixes Doc Bug #74381
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347273 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 15:50:00 +00:00
George Peter Banyard
0853ac9168
Fix Copy and Paste mistake (nested <code> tags)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347270 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 15:21:07 +00:00
George Peter Banyard
6187696fb4
Updated REGEX of valid symbols in various instances
...
Fixes Doc Bug #75814
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347269 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 15:17:19 +00:00
Christoph Michael Becker
d31d783a65
Fix #77848 : Documentation on the /e removal is misleading
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347268 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 14:21:49 +00:00
Christoph Michael Becker
97d01b1bac
Fix #77871 : NumberFormatter::formatCurrency returns false, which is not documented
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347262 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 10:47:18 +00:00
Christoph Michael Becker
eb6f220d06
Fix #77898 : ldap_bind_ext - undocumented parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347261 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 10:30:57 +00:00
Christoph Michael Becker
b20fb5e69d
Fix #77901 : declare tick is now local for each PHP file
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347260 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 10:13:47 +00:00
Christoph Michael Becker
d4929a36ed
Fix #77908 : session.sid_length documentation references removed configuration options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347259 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 10:03:51 +00:00
Christoph Michael Becker
f9f43812c0
Fix #77910 : Incorrect/missing session directives from list of php.ini directives
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347258 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 09:53:52 +00:00
Christoph Michael Becker
276a6246b7
Add note regarding driver specific behavior
...
Patch provided by BohwaZ
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347255 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 07:48:36 +00:00
George Peter Banyard
40352bfbde
Add JSON constants to changelog.
...
Fixes:
Doc Bug #77798
Doc Bug #77811
Doc Bug #77881
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347250 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-16 18:31:50 +00:00
George Peter Banyard
24e93cc272
Add JSON_INVALID_UTF8_IGNORE and JSON_INVALID_UTF8_SUBSTITUTE constants doc.
...
Partial fix to Doc Bug #77881
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347249 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-16 18:14:22 +00:00
George Peter Banyard
775ccb0b86
Move changelog above examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347248 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-16 17:59:39 +00:00
George Peter Banyard
dafc5f55c9
Updated JSON doc, 'since' => 'as of'; Use entities instead of <type>*</type>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347247 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-16 17:56:04 +00:00
Pieter Hordijk
c9c8222d0e
Adds examples of array_filter behavior with 0 string and integer. Closes #77878
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347206 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-12 09:14:23 +00:00
Philip Olson
23c4a01e6f
Synced changes from git; random tweaks here and there, sorry for the hodge-podge commit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347171 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-09 19:40:04 +00:00
Pieter Hordijk
c55e85a130
var_export's second param is a bool not an int
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347166 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-08 06:23:00 +00:00
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