Levi Morrison
2e0220a7bd
Grammar improvement.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328372 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-16 04:42:35 +00:00
Joe Watkins
e0dff7b59b
I am stupid and removed required elements without checking
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328370 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 22:36:55 +00:00
Joe Watkins
051c9fa722
0.0.38 documentation update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328369 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 22:15:46 +00:00
Sherif Ramadan
04988bdb61
Added change log entry for mt_rand checking that max > min parameter, also fixes bug #66559 -- patch by Lonny
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328367 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 17:44:11 +00:00
Joe Watkins
e25450d9dc
many bugs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328365 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 13:40:31 +00:00
Joe Watkins
9d91bf8ad8
mysqli documentation bug
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328364 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 11:49:51 +00:00
Joe Watkins
bd44bb7d1c
deprecate disable_reads_from_master
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328361 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 10:56:02 +00:00
Sherif Ramadan
08ef640318
Fixed line wrap from revision 328358
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328359 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 17:41:40 +00:00
Sherif Ramadan
bf9085b2b1
Added note for accessing array elements with curly braces - fixes bug #55324
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328358 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 17:08:15 +00:00
Joe Watkins
393c8182a0
bug #63213 just requires a clear example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328357 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:55:56 +00:00
Joe Watkins
c3b3848a35
change to language
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328356 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:53:12 +00:00
Derick Rethans
e49b53d06f
Make sure not to mention replicaSet => true anywhere anymore.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328355 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:45:58 +00:00
Joe Watkins
29b077d3d8
fix regex pattern for alphanumeric bug #63514
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328354 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:29:29 +00:00
Adam Harvey
13995e9311
Warn users about the perils of multi-byte strings and direct character access.
...
Or, as xkcd put it today, if it starts pointing toward space you are having a
bad problem and you will not go to space today.
Fixes doc bug #63079 (String access by character is not multibyte-safe).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328351 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 02:10:57 +00:00
Adam Harvey
3ee6fa8a65
Fix the minimum curl version for CURLOPT_CONNECTTIMEOUT_MS and
...
CURLOPT_TIMEOUT_MS, which didn't match ext/curl/interface.c.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328345 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-13 06:36:17 +00:00
Adam Harvey
9993b89faf
Apply a patch from tom [at] samplonius.org to note that the SOAP error handler
...
will send SOAP fault responses when an error occurs.
Fixes doc bug #54319 (use_soap_error_handler() doc is misleading).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328344 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-13 05:37:10 +00:00
Peter Cowburn
ca6f5aa5bc
I believe that when session.auto_start is set to 1, the session is started on request startup and not when PHP sends anything to the output buffer.
...
--
Provided by Victor BERCHET (victor.berchet@sensiolabs.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328341 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:49 +00:00
Peter Cowburn
9cfc780d75
Adds mention of exception thrown if constructor fails. (doc #47257 )
...
--
Provided by Niel Archer (niel.archer@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328340 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:38 +00:00
Peter Cowburn
5c3e876690
Corrects the documented value for the SplFileObject::SKIP_EMPTY constant. (doc #63282 )
...
salathe: also added changelog entry for SKIP_EMPTY
--
Provided by Niel Archer (niel.archer@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328339 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:27 +00:00
Peter Cowburn
d223be3bb0
Reorder GD entry to appear with other G's (bug #63194 )
...
--
Provided by Niel Archer (niel.archer@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328338 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:15 +00:00
Peter Cowburn
d701c908c9
is_string() more descriptive example code output
...
--
Adapted from patch provided by Hans Henrik Bergan (divinity76@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328337 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:05 +00:00
Peter Cowburn
749312bffa
Added script execution timing example which utilizes REQUEST_TIME_FLOAT (microtime as float) added in PHP 5.4
...
--
Provided by Dejan Marjanovic (dejan.marjanovic@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328336 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:34:55 +00:00
Peter Cowburn
2156ae971c
Adding a note that shutdown functions won't be executed if the script gets a SIGTERM or SIGKILL, though you can pcntl_signal() for the TERM and exit;. (doc #63275 )
...
--
Provided by anonymous #22227 (mail+php@requinix.net )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328335 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:34:43 +00:00
Peter Cowburn
9ee94cd5a8
Fix missing parenthesis in comment in example
...
--
Provided by anonymous #22227 (mail+php@requinix.net )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328334 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:34:30 +00:00
Peter Cowburn
319224336b
exif_imagetype (actually standard/image.c, php_getimagetype) requires between 3 and 12 bytes in a file, otherwise it E_NOTICEs. (doc #63329 )
...
--
Provided by anonymous #22227 (mail+php@requinix.net )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328333 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:34:17 +00:00
Peter Cowburn
c746fb679f
count() does in fact discover recursion and issues an E_WARNING in response... but it will probably return a much higher number than it should. (doc #63406 )
...
--
Provided by anonymous #22227 (mail+php@requinix.net )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328332 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:34:04 +00:00
Peter Cowburn
8432279c30
more detail for imagecopymerge/imagecopymergegray
...
--
Provided by anonymous #20490 (ajf@ajf.me )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328331 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:33:52 +00:00
Peter Cowburn
8b2059d649
escaping for the database was done wrong in the past in PHP but this part of the manual still is in the past and does not reflect that change
...
--
Provided by anonymous #19624 (hanskrentel@yahoo.de )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328330 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:33:39 +00:00
Peter Cowburn
86cf1edfd3
Update MySQLi constants.
...
MYSQLI_TYPE_CHAR is an outdated alias for MYSQL_TYPE_TINY.
The type for CHAR() fields is MYSQLI_TYPE_STRING
see http://dev.mysql.com/doc/refman/5.1/en/c-api-data-structures.html
--
Provided by anonymous #18986 (jg@handcode.de )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328329 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:33:28 +00:00
Peter Cowburn
c462ee1e0a
Add a cross-reference in the introduction to Class/Object functions to the discussion of the object type.
...
--
Provided by anonymous #13445
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328328 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:33:17 +00:00
JulienPauli
b80b249bb4
Clarified return value API.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328324 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 16:50:05 +00:00
Adam Harvey
2a3ee2e7c6
Update the Unicode character properties to document the existence of script
...
names in PCRE.
Fixes doc bug #54154 (Missing info about using \p{xx} and \P{xx} escape
sequences with script names).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328321 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 10:00:46 +00:00
Adam Harvey
f05dbe5e23
Add an errors/exceptions section to SoapClient::SoapClient().
...
Fixes doc bug #54179 (SoapClient can emit warnings, but this is not
documented).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328320 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 09:35:29 +00:00
Adam Harvey
c9f928c690
Change the documentation of sqlite_key() to reflect that it can only be called
...
as an instance method, unlike every other SQLite function. The previous
changelog was, in fact, completely incorrect.
This is absolutely not the right way to do this, and anyone who has a better
idea for how to represent this case is welcome to commit their own fix.
Unfortunately, because the OO API is just a set of method aliases for the
procedural API and it's infrequently used, we don't have the class/method
structure that we have in (say) mysqli, and attempting to retrofit it now would
result in all of the URLs for the SQLite function pages breaking.
Ugh.
Fixes doc bug #54073 (The sqlite_key() documentation should mentioned
procedural usage), for a very low value of fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328319 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 09:25:24 +00:00
Adam Harvey
3c107e7192
Fix doc bug #55140 (Ambiguous statement describes FQ namespace) with the
...
anonymous commenter's suggestion.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328318 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 09:14:26 +00:00
Adam Harvey
c29b5cf9aa
Add a note that SOAP arguments need to be associative in most cases.
...
Fixes doc bug #54100 (Example slightly wrong).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328317 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 04:08:43 +00:00
Adam Harvey
0cdc5ae1db
Update the 5.3 migration guide with the various suggestions Ferenc made a while
...
back. Additionally, link the configuration directives consistently.
Fixes doc bug #52524 (the 5.3 migration documentation lacks some details).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328316 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 03:43:29 +00:00
Xinchen Hui
67a8db90d5
Fix doc bug #63483
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328315 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:58:27 +00:00
Adam Harvey
57ec267b58
Clarify the mbstring.func_overload documentation, specifically where it can be
...
changed.
Fixes doc bug #49189 (mbstring.func_overload can not be changed out of
php.ini).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328314 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:42:57 +00:00
Adam Harvey
053ec3fe68
Update gzencode() documentation for the new FORCE_DEFLATE behaviour in PHP 5.4.
...
Fixes doc bug #47178 (Missing gzip headers in gzencode() output).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328313 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:33:53 +00:00
Adam Harvey
87455002a7
Add a note about position specifiers respecting PHP_INT_MAX.
...
Fixes doc bug #61531 (Integer Overflow in all printf functions).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328312 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:14:56 +00:00
Adam Harvey
5c96ba57d9
Update the rename() description to note that it overwrites and moves between
...
directories.
Fixes doc bug #63473 (rename rename).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328311 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:00:58 +00:00
TAKAGI Masahiro
6a7acbb4b4
Set svn:keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328309 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 20:14:01 +00:00
Kalle Sommer Nielsen
f49c307f13
Minor markup fixes to r328306, including WS in ssh2_auth_agent() (should probably have used svn:prop, but hey!)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328308 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 19:22:21 +00:00
Casper Langemeijer
48198c6c99
add public key file parameter description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328307 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 16:29:51 +00:00
Casper Langemeijer
bc57a23c73
Document changes in ssh2 extension 0.12 release.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328306 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 15:14:15 +00:00
Sherif Ramadan
ba85c1721c
Update %a format character to reflect correct behavior
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328303 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 05:08:16 +00:00
Jakub Vrana
e3b9788fa7
Fix iterators' key() return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328297 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-09 23:12:56 +00:00
Adam Harvey
5273dab5d8
Fix doc bug #63469 ("Then" should be "than").
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328289 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-09 02:03:29 +00:00
Peter Cowburn
07a96c16c9
Ignore entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328282 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-08 07:33:00 +00:00