Commit graph

19913 commits

Author SHA1 Message Date
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
Justin Martin
c6e10c6653 Clarified language of CRYPT_BLOWFISH character range admonition.
Contribution by Ole Aass.
Closes bug #63755.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329093 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 04:04:32 +00:00
Justin Martin
d895a58b2a Added and clarified function alternatives relating to the deprecation of the regex extension.
Contribution by Ole Aass.
Relates to and closes bug #63934.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329092 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 03:54:14 +00:00
Justin Martin
f9a6276cf2 Indicated that error messages are truncated after 1024 bytes, instead of characters (not MB-aware).
Closes bug #63962.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329090 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:39:06 +00:00
Justin Martin
b7081b52fe Fixed return value.
Closes bug #63966.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329089 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:33:53 +00:00
Justin Martin
a937c3c578 Changed return value to &return.success;, as returns 1 on success no longer would seem to apply.
Closes bug #63944.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329087 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:22:00 +00:00
Justin Martin
a440d85ce3 Added example output for examples 1 and 2.
Contribution by Ole Aass.
Closes bug #63869.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329086 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:11:56 +00:00
Sherif Ramadan
cfcfe6e059 Updated PDO error handling chapter with new example and added note to reflect PDO::__construct behavior.
This fixes Bug #63845 in that a note is added to inform the user that PDO::__construct will always throw an exception if the connection fails.
A new example is also added to reflect that even when the PDO::ATTR_ERRMODE is set in the constructor, and the connection fails, a PDOException will still be thrown.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329077 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-11 11:09:57 +00:00
Philip Olson
cd908490ca yes->Yes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329074 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 23:42:41 +00:00
Jeremy Mikola
74dfdc51ec Restore non-fragment MongoDB URL entities
These were previously removed in r329063, but should stick around for the link checker script.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329065 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 19:18:05 +00:00
Jeremy Mikola
f34909f604 Remove MongoDB URL entities that are only referenced once
https://jira.mongodb.org/browse/PHP-387


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329063 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 17:42:52 +00:00
Richard Quadling
04beb00111 W/S Tabs to spaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329060 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 17:34:40 +00:00
Richard Quadling
b93b3a95c9 BOM removed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329055 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 16:50:00 +00:00
Jeremy Mikola
48b24042d6 Update MongoGridFS "see also" links and format as a list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329046 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-09 23:06:32 +00:00
Jeremy Mikola
65c7a68e87 Add examples and consistency to MongoGridFS storage methods
https://jira.mongodb.org/browse/PHP-387


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329045 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-09 23:04:32 +00:00
Jeremy Mikola
6f59b9c6a9 Document _id generation in MongoCollection insert/save methods
https://jira.mongodb.org/browse/PHP-383


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329040 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 23:01:23 +00:00
Jeremy Mikola
2a331a3820 Note that MongoDB GLE will report n=0 for insertions
https://jira.mongodb.org/browse/PHP-620


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329038 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 21:28:08 +00:00
TAKAGI Masahiro
59f5602bf5 Add svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329037 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 21:18:38 +00:00
Sherif Ramadan
7916455ba0 Updated memcached docs to reflect new memcached 2.X behavior.
- Added new Runtime Configuration directives.
- Updated libmemcached version requirements and new configuration options.
- Added new memcached 2.0 methods to Memcached class:
    * deletemulti
    * deletemultibykey
    * getallkeys
    * touchbykey
    * touch
    * incrementbykey
    * decrementbykey
    * ispersistent
    * ispristine
    * setsaslauthdata
    * setoptions
    * resetserverlist
    * quit

Modified fixes and modifications to reflect ChangeLog.

Path provided by David Terei (davidterei@gmail.com).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329008 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 05:17:16 +00:00
Adam Harvey
847cba5fd0 Fix infinite recursion in namespaces FAQ example #8, per note 111006.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329007 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 02:55:57 +00:00
Adam Harvey
c1034e6218 MongoGridFS::storeFile() returns a MongoId, per note 110936.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329006 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 02:34:26 +00:00