Adam Harvey
4174a16888
Fix doc bug #62486 (Missing documentation for DatePeriod).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326735 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 09:39:42 +00:00
Derick Rethans
fb16d269be
- Updated to version 2012.4 (2012d)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326731 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 09:11:15 +00:00
Adam Harvey
9b2a0aeeba
Fix doc bug #62471 (Documentation for array_search misses 5.3 changes).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326728 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 09:04:50 +00:00
Adam Harvey
4245a355fa
Fix doc bug #62478 (parameters not documented) and use the right elements for
...
the constants consistently across the various fetch functions that take
offsets.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 09:02:54 +00:00
Adam Harvey
1690f24f52
Fix doc bug #62321 (The »Notes« section on mysqli_bind_param is outdated), and
...
simultaneously audit all of the functions removed in 5.4.0 to ensure we have
the right warnings in the right places (spoiler: we didn't).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326726 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 08:55:25 +00:00
Adam Harvey
d0223af67d
Fix doc bug #62414 (Out of date docs for CRYPT_BLOWFISH). I'd greatly
...
appreciate a review on this, since I'm not sure it's as well worded or laid out
as it could be -- the one paragraph per hash convention is starting to get a
little tight.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326725 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 08:39:55 +00:00
Adam Harvey
4d6ac2f940
Fix doc bug #62334 (New valid uses of static keyword not included in static
...
keyword doc page) by adding a tip to the oop5.static page linking to the other
uses of static.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326724 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 08:15:14 +00:00
Adam Harvey
ef51bbad95
Fix doc bug #62503 (DDL statements in PDO queries are implicitly commited!).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326723 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 06:21:14 +00:00
Adam Harvey
2726a42e43
Fix doc bug #62506 (follow_location should be bool instead of int) and also add
...
a missing full stop on the same page.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326722 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 05:53:22 +00:00
Adam Harvey
77d5832747
Fix doc bug #62542 (User comment incorrect and misleading. No real docs to
...
read.).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326721 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 05:38:42 +00:00
Adam Harvey
aab2c4bbeb
Fix doc bug #62541 (proc_open doesn't support context).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326720 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 03:26:42 +00:00
Adam Harvey
90ffb95c20
Fix doc bug #62586 (version_compare, case sensitivity) by adding a note about
...
case sensitivity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326719 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 02:24:40 +00:00
Sherif Ramadan
15bd95f5d1
Added caution for returning non-integer types to help clarify language for usort callback behavior.
...
Address issues raised in Bug #62590
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326718 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 02:22:35 +00:00
Adam Harvey
c2b3d06db9
Fix doc bug #62608 (Documentation examples use printf(), not sprintf()).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326717 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 02:16:03 +00:00
Jakub Vrana
5bf2caeb5f
Link strncmp
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326716 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-19 22:46:06 +00:00
Hannes Magnusson
c90424bc60
Deprecate whole lot of things
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326702 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-19 16:57:19 +00:00
Hannes Magnusson
fce4cad98c
Document MongoCursorException->getHost() & MongoCollection->distinct()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326701 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-19 14:45:48 +00:00
Sherif Ramadan
d0f905d0a7
Incorrect argument description, fixes Bug #62604
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326697 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-19 03:29:13 +00:00
Sherif Ramadan
cc4f599a5f
Changed example for ErrorException, which demonstrated wrong argument order in the construct.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326694 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-19 00:38:06 +00:00
Sherif Ramadan
2e72102640
Removed invalid example. which fixes Bug #62440
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326693 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-18 19:43:33 +00:00
Nikita Popov
74b048962a
Apply patch by GoogleGuy
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326684 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-18 11:33:02 +00:00
Anthony Ferrara
4b4ae3e993
Fix issues with incorrect precedence documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326667 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-17 16:06:18 +00:00
Jean-Sebastien Hedde
03b33508d5
+ example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326662 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-17 09:09:38 +00:00
Karoly Negyesi
d6b431c9ff
stream_bucket_prepend documentation. The rest of stream_bucket_* is forthcoming.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326648 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-15 23:20:52 +00:00
Karoly Negyesi
38d18b3046
Clarified a little php://filter chains
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326646 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-15 17:46:53 +00:00
Pieter Hordijk
f59cd07e97
Changed ini set param to string
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326629 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-13 18:50:24 +00:00
Pieter Hordijk
887bcfd33f
Improved for() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-13 18:49:23 +00:00
Pieter Hordijk
6e3a76bb60
Improved empty() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-13 09:55:59 +00:00
Ruslan Osmanov
1ef6e39964
Fix proto
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326621 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-12 19:04:32 +00:00
Hannes Magnusson
55e572757c
Fix grammar. And there is always a return... :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326582 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-11 12:29:19 +00:00
Anthony Ferrara
1ebd60969a
Fix an issue with an invalid xml id leading to an invalid page name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326580 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-11 11:43:41 +00:00
Anthony Ferrara
f7dfa45134
Add hash_pbkdf2 documentation for added feature in master
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326574 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-10 17:16:58 +00:00
Ruslan Osmanov
f6dbaa7cb4
Fix: eio version for eio_init func
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326546 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-08 16:34:13 +00:00
Ruslan Osmanov
accae99f41
Change: eio_get_last_error marked experimental
...
Add: notice about eio_init in future
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326539 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-08 10:35:49 +00:00
Pedro Antonio Gil Rodríguez
9d65c19422
Bad link: linkend="function.dbx-escape-string" must be linkend="function.ingres-escape-string" on line 75
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326521 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-07 13:22:20 +00:00
Nikita Popov
108c6379ec
Fix Doc Bug #62494 : Description of is_xhtml arg is wrong
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326503 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 21:34:20 +00:00
Jeremy Mikola
c4c0396990
Fix MongoBinData::CUSTOM hex value
...
https://jira.mongodb.org/browse/PHP-406
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326495 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 15:12:46 +00:00
Jeremy Mikola
fbaed32c97
Fix MongoException regex error code
...
https://jira.mongodb.org/browse/PHP-409
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326494 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 15:11:23 +00:00
Jeremy Mikola
84d6618ac2
Revise MongoCollection::ensureIndex() background option
...
https://jira.mongodb.org/browse/PHP-393
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326493 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 15:05:41 +00:00
Esen Sagynov
41ad82bfb2
Added new functions for cubrid lob object in resource
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326484 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 09:19:19 +00:00
Esen Sagynov
d345f907bb
Added functions about cubrid lob object
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326483 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 07:12:18 +00:00
Philip Olson
9837cc80c7
Impulsively hide the two most confusing PHP 4 extensions we have (domxml and overload) but didn't delete the files for now, as to remain under the radar.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326480 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 01:20:52 +00:00
Yannick Torres
a365ccac90
Fix svn keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326443 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-04 06:41:25 +00:00
Adam Harvey
741c112cee
Fix doc bug #62458 (unclear/incomplete about return value - mb_ereg_pos).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326414 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-02 01:31:49 +00:00
Ruslan Osmanov
04118f4f52
Refact: sort function versions
...
Add: docs for new stuff in eio 1.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326403 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-01 17:27:34 +00:00
Jakub Vrana
b123520b43
Link http_response_code()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326385 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-29 21:22:03 +00:00
Ulf Wendel
219db352d7
Weigthed load balancing with 1.4.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326367 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-28 13:58:33 +00:00
Ulf Wendel
7f83672e7f
Additions for 1.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326364 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-28 09:51:48 +00:00
Adam Harvey
b6b6836559
Fix doc bug #62434 (Bad practice escaping example in 'PHP and HTML' FAQ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326363 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-28 00:35:46 +00:00
Ulf Wendel
c0fa963152
More 1.4 related documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326359 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-27 14:20:56 +00:00