Commit graph

21151 commits

Author SHA1 Message Date
Hannes Magnusson
724c49c25c grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333408 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 17:11:47 +00:00
Derick Rethans
0724a1791b Mention that this is also true for POST (from a note by Mark Coudill).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333406 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 13:29:46 +00:00
Hannes Magnusson
2fab4d7888 Set missing svn:ignore ignore on entities.*.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333400 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 04:33:00 +00:00
Hannes Magnusson
7f28a878d1 Remove one more generated file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333399 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 04:30:59 +00:00
Hannes Magnusson
dfaeb887cf Remove generated file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333398 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 04:30:28 +00:00
Hannes Magnusson
30276884b1 Document some mongodb constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333397 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 04:28:45 +00:00
Hannes Magnusson
b2b679970b Update changelog generation from new classess and stuffz
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333396 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 04:18:17 +00:00
Hannes Magnusson
adffd231a7 Document most of the MongoDB Context Options
Partially fixes https://jira.mongodb.org/browse/PHP-758


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333393 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 02:02:53 +00:00
Hannes Magnusson
1219ed7946 Document how to connect to MongoDB over SSL using stream context option for verifications
and authentication
Fixes https://jira.mongodb.org/browse/PHP-935


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333392 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 23:23:50 +00:00
Hannes Magnusson
7e34a70867 3000, not 30.000, is the default. Thanks Peter!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333389 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 19:49:35 +00:00
Peter Cowburn
e3b6a502d3 WS (tab to space)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333388 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 19:25:21 +00:00
Peter Cowburn
74508ae0d2 Better bitmask for "all errors except E_NOTICE"
Cf user note http://www.php.net/manual/en/function.error-
reporting.php#64060

^ is the xor (bit flipping) operator and would actually turn notices
*on* if they were previously off (in the error level on its left).

Patch by anonymous 43247

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333387 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 19:25:14 +00:00
Peter Cowburn
ddb6e7264c Semiautomated replacement of tabs with spaces
Patch by anonymous 42711

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333386 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 19:25:09 +00:00
Peter Cowburn
1818d0d6d4 Add see also: reference to array_replace in array_merge description.
Patch by anonymous 42711

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333385 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 19:25:03 +00:00
Hannes Magnusson
3d5fdde110 Document real default value and link to the mongoclient ctor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333384 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 18:13:45 +00:00
Hannes Magnusson
acef1885de Document the default value and point to MongoCursor->timeout
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333383 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 18:10:44 +00:00
Jeremy Mikola
30ed36d66f Revise MongoCollection ensure/createIndex docs
Documented options for MongoDB 2.6 and earlier versions and clarified how methods operate with each database version. Also updated write concern snippets for consistent language.

https://jira.mongodb.org/browse/PHP-1078


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333382 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 18:07:38 +00:00
Hannes Magnusson
804331d0e3 Document new connection options
- authMechanism
- authSource
- gssapiServiceName
- secondaryAcceptableLatencyMS

https://jira.mongodb.org/browse/PHP-1042


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333380 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 23:17:28 +00:00
Jeremy Mikola
350e29c7e3 Revise argument docs for MongoCollection update/remove methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333379 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 23:14:32 +00:00
Jeremy Mikola
4daa8ece2f Revise MongoCollection write options and add missing changelog entries
https://jira.mongodb.org/browse/PHP-1076


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333378 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 22:37:43 +00:00
Jeremy Mikola
e294c93cee Add missing MongoClient constructor changelog entries
Includes various other small grammar and language changes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333377 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 22:32:43 +00:00
Anatol Belski
fcc90be582 documented hrtime classes methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333375 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 19:31:48 +00:00
Anatol Belski
2ba92b6716 set svn props
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333374 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 17:12:25 +00:00
Anatol Belski
20b247bdcf started with the doc for the hrtime ext
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333373 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 17:01:44 +00:00
Philip Olson
a2f3cab587 Moved supported MIME type changes to a changelog table, and added 5.5.12 additions '.xml, .xsl, and .xsd' as per PHP Bug #67079
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333364 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 19:34:57 +00:00
Levi Morrison
dbc2f48564 Fixes bug 65170
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333362 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 14:54:00 +00:00
Derick Rethans
8e5a91bf87 PHP-1043: Document parallelCollectionScan
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333361 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 12:37:40 +00:00
Joe Watkins
87a07ba920 fix #66863 incorrect documentation for gzgets
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333358 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 06:54:41 +00:00
Dejan Marjanovic
4e21db746b Doc Bug #67045 array_unique bad wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333355 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 23:52:49 +00:00
Dejan Marjanovic
0f372a5168 Doc Bug #67073 s/sring/string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333354 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 23:48:14 +00:00
Dejan Marjanovic
8dd00a873b Doc Bug #67070 Parameter name that should be in bold in popen doc page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333353 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 23:39:42 +00:00
Dejan Marjanovic
f11d35003d Add PECL link for Imagick Windows DLL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333351 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 23:26:48 +00:00
Mike Griffiths
df890faf6a Fixing bad commit :(
Added note about the order of the function parameters.  Docs could be miss-interpreted if, this note tries to reinforce expected behaviour and use

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333320 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 11:14:41 +00:00
Chris Wright
7e378e46ef Improved information on behaviour of bitwise operators on string operands
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333319 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 09:46:11 +00:00
Mike Griffiths
7f70616b6a Added note about the order of the function parameters. Docs could be miss-interpreted if, this note tries to reinforce expected behaviour and use
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333318 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 09:31:47 +00:00
Dejan Marjanovic
9905374cd0 Replace single quotes with double for (string) <initializer> unless string contains double quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333317 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:48:06 +00:00
Philip Olson
6a70f30263 Added 5.6.0 version info for openssl_spki_*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333316 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:00:18 +00:00
Dejan Marjanovic
7d6899caf4 Change double quotes to single based on https://github.com/php/php-src/blob/master/ext/spl/spl.php#L973
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333315 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 22:13:49 +00:00
Bob Weinand
754b32b63d Added string quotes on default of optional parameter for SplFileInfo::openFile()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333314 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 22:02:49 +00:00
Bob Weinand
3dce855d99 Updated Countable::count([$mode]) to reflect newest changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333311 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 22:20:23 +00:00
Hannes Magnusson
e486128a77 Link to MongoId::isValid()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333310 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 17:48:21 +00:00
Hannes Magnusson
94933fcf80 Fixed PHP-1062: MongoID doesn't ignore invalid id
https://jira.mongodb.org/browse/PHP-1062


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333309 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 17:46:40 +00:00
Ulf Wendel
f44f0a5c90 Basic documentation for MYSQLI_STORE_RESULT_COPY_DATA and the underlying mysqlnd feature
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333301 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-10 18:53:20 +00:00
Philip Olson
476993328f Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333299 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 22:59:16 +00:00
Hannes Magnusson
75f56b6827 Update for the last releases
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333298 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 22:17:55 +00:00
Hannes Magnusson
ce6996bc74 typo/grammar/engrish
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333297 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 21:58:01 +00:00
Hannes Magnusson
cc3f882e6e This was actually undocumented long time ago as it caused ID collisions with ext/dom
Remove it all so we don't confuse translators



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333295 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 21:54:26 +00:00
Hannes Magnusson
eae9a2b86f These class version info is conflicting with the PHP5 classnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333294 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 21:49:11 +00:00
Philip Olson
3db1770f78 Testing edit.php.net -- please ignore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333292 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 17:33:26 +00:00
Popa Adrian Marius
27b1373e25 Embarcadero aquired Borland
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333290 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 15:31:27 +00:00