Nick Wallace
7acbaa0e7f
Added global url entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329359 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 22:43:41 +00:00
Nick Wallace
b823457eb9
Updated text to speaker neutral
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329357 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 22:31:13 +00:00
Nick Wallace
11f8059ffc
Adding link to google group
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329355 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 21:19:53 +00:00
Jeremy Mikola
cde9b9b8ee
Fix terms in MongoCollection::ensureIndex() return doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329342 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 16:10:27 +00:00
Jeremy Mikola
4e4d8d2006
Document non-boolean return values for MongoCollection::ensureIndex()
...
https://jira.mongodb.org/browse/PHP-671
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329341 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 16:09:29 +00:00
Jeremy Mikola
f81e6a03d2
Fix MongoCollection::getIndexInfo() return and example docs
...
https://jira.mongodb.org/browse/PHP-670
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 16:03:18 +00:00
Philip Olson
04b11e621f
Fixed spelling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Jeremy Mikola
ff6aa0c781
Update Mongo get/setReadPreference return values and error docs
...
https://jira.mongodb.org/browse/PHP-669
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329318 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-28 23:36:42 +00:00
Jeremy Mikola
3fd5468aa7
Make Mongo db/collection select method docs consistent
...
A vanilla Exception is thrown instead of InvalidArgumentException.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329315 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-28 19:47:52 +00:00
Philip Olson
758580b4dd
Fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329312 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-28 18:07:48 +00:00
Joe Watkins
bf66db2416
#61017 add note that environment variables can be used in php.ini
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329306 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-26 12:05:29 +00:00
Joe Watkins
821c5e40e7
#61974 edit errors section to include E_WARNING on not found info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329305 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-26 11:26:56 +00:00
Jakub Vrana
0d01b79df7
Spacing, trailing ?>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329303 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-26 01:08:47 +00:00
Joe Watkins
75c5627be5
correct response to #64058
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329296 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-25 10:37:46 +00:00
Joe Watkins
325a9e01e1
in response to bug #64058 , a warning is apparently appropriate
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329295 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-25 07:37:46 +00:00
Jakub Vrana
eb71702c7d
Add ?> to example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329285 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-24 01:13:24 +00:00
Philip Olson
ea5ef87879
Linked the floating point warning to http://floating-point-gui.de/
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329281 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-23 17:47:58 +00:00
Sherif Ramadan
6c29c4c401
Added return false problem warning. Fixes bug #63209 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329280 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-23 15:26:00 +00:00
Sherif Ramadan
285155fab5
Added &warn.deprecated.feature-5-3-0.removed-5-4-0 for register-globals in FAQ.
...
Fixes bug #64050 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329279 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-23 14:53:13 +00:00
TAKAGI Masahiro
64fe9c6c77
Add svn properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329269 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-22 20:01:20 +00:00
TAKAGI Masahiro
058f45a9c9
Fix the example according to user contributed notes
...
The column "oid" doesn't contain the large object itself but its identifier.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329258 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-21 20:11:09 +00:00
Hannes Magnusson
c0a67e0c16
Document MongoGridFS exception codes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329239 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-19 20:07:22 +00:00
Ole Aass
42871790fb
Bug #63718 - Changed <classname> to ArrayIterator and <methodname> to ArrayIterator::setFlags()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329238 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-19 14:46:31 +00:00
Sherif Ramadan
a80683c2f5
Added note to documentat that this method is only intended to work with internal classes for getting the default value of static class properties.
...
Fixes bug #63370 also references bug #51581
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329237 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-19 14:45:34 +00:00
Sherif Ramadan
7f32d3c391
Method uses wrong return values. Fixes bug 64021.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329236 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-19 13:46:27 +00:00
Sherif Ramadan
31026bcbdd
Added new sort flags to array_multisort and updated changelog. Fixes bug #63810 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329178 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-17 14:12:24 +00:00
Philip Olson
5653063455
Moved changelog up the TOC a bit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329176 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-17 08:14:11 +00:00
Philip Olson
5c6f1c511a
Moved mysqli_report() / $report_mode docs under mysqli_driver/.
...
This closes PHP Bug #55329
This change includes updates, mainly to the example / see also sections.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329175 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-17 07:59:25 +00:00
Christopher Jones
bce688de97
Update OCI8 aliases and descriptor doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329174 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-17 04:11:58 +00:00
Philip Olson
9e9cd5898f
Fixed changelog entries. Entry should only be a number.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329173 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-17 01:04:07 +00:00
Christopher Jones
c80831f6d5
Clarify OCI_NO_AUTO_COMMIT/OCI_DEFAULT relationship
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329172 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 23:53:53 +00:00
Sherif Ramadan
8f48b5ad75
Provided some more practical examples for array_udiff. Also fixes bug #63204 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329171 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 22:58:15 +00:00
Jeremy Mikola
88959cefb9
Update Mongo read preference methods for 1.3.3 release
...
Fix parameter type for setReadPreference() methods, document getReadPreference() return value changes, and update version info for MongoCursor methods.
https://jira.mongodb.org/browse/PHP-666
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329170 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 21:36:10 +00:00
Sherif Ramadan
73e27eb2d9
Fxies bug #63832
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329168 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 19:18:10 +00:00
Sherif Ramadan
aa12b2b0eb
Typo in description (comma not come). Fixes bug #63881 .
...
Patch provided by Niel Archer (niel.archer@gmail.com ).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329167 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 19:12:12 +00:00
Sherif Ramadan
6792c18829
Fixed line numbers to be accurate with the example code from revision #329160 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329165 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 17:51:42 +00:00
Sherif Ramadan
95f54b87fd
Clarifying operator precedence docs on meaning of non-associativity and how this affects operator parsing.
...
Fixes bug #63783
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329164 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 15:56:24 +00:00
Sherif Ramadan
336bf822a6
Removed dubious wording in implode parameter description. Fixes bug #63985 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329161 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 14:32:49 +00:00
Sherif Ramadan
6910ef70cb
Updated FETCH_OBJ_W example and opcode results to reflect correct behavior. Fixes bug #63600 .
...
FETCH_W is for writing to object properties. FETCH_OBJ_W is for writing to properties of objects that are properties of other objects.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329160 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 14:20:30 +00:00
Sherif Ramadan
3357667fc8
Updated Imagick::shadeImage() with missing Errors/Exception refsect.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329159 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 12:23:09 +00:00
Sherif Ramadan
c2cc749d26
Updated changelog for strtotime's relative week changes. Fixes bug #52143 .
...
This affects Derick's commits for 357292a098f572bc7baf11a8438314072af6c00b and 089bc254eb33b3c42418f869f2478ce35558c9ea in PHP 5.3, which change this behavior.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329158 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 11:04:22 +00:00
Sherif Ramadan
8d8c23ec09
Correcting typo and adding missing changelog entry.
...
gpc_order was removed in PHP 5 not 4. Fixes bug #63987 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329157 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 10:24:28 +00:00
Adam Harvey
45b4dc6dc3
c-client might think "#define NIL 0" is cool, but PHP doesn't.
...
Fix doc bug #63997 (NIL instead of NULL).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329153 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 01:58:01 +00:00
Adam Harvey
464f8058ea
Fix doc bug #63995 (variable type 'name' in statname).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329152 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 01:54:48 +00:00
Sherif Ramadan
b794bace9b
Updated expose_php ini setting to reflect affected changes in PHP 5.5.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329148 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-15 04:26:01 +00:00
Sherif Ramadan
52007c8545
Undocumented use of ENV vars in .ini
...
Patch by submitted by Mike Griffiths mgriffiths@gmail.com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329147 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-15 04:19:18 +00:00
Derick Rethans
00daa136b3
Fixed version numbers again.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329138 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 18:27:06 +00:00
Adam Harvey
55929e29ac
Beef up the notes on the PHP 5.5 changes to pack() and unpack().
...
Specifically, I've added changelogs to the function pages (not sure how I
missed that to start with), expanded the discussion of what the changes are,
and moved them into the backward incompatible changes page, since they are.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329132 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 06:35:43 +00:00
Hannes Magnusson
cdb9df4c46
Mention that the filename index will be populated
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329130 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 03:23:34 +00:00
Richard Quadling
8cb6042764
Added complete svn:keywords
...
Ignore entities.*.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329114 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-13 00:47:14 +00:00