Commit graph

21564 commits

Author SHA1 Message Date
Simion Onea
2ebf4027bf Removed an unnecessary "of".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335334 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-22 09:56:13 +00:00
Adam Harvey
5ac4f93fd0 Document constant arrays in the migration guide.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335317 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-20 02:14:41 +00:00
Adam Harvey
7506ffce44 Include delimiter in preg_quote() example.
Fixes doc bug #68632 (Bad practice preg_quote() example).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335316 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 23:23:36 +00:00
Derick Rethans
87344fb9db Document MongoDB::getCollectionInfo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335314 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:53:55 +00:00
Peter Cowburn
329f9b41ef svn keywords and eol-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335313 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:46:28 +00:00
Derick Rethans
7e47cadc79 Sort this better, and put the magic methods first.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335312 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:34:12 +00:00
Derick Rethans
f48b8dec36 Document MongoCommandCursor::timeout.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335311 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:26:14 +00:00
Davey Shafik
5631fca150 Fix wildcards, _ is used for single literal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335308 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-18 06:57:48 +00:00
Derick Rethans
8d1e2309b7 Add example to MongoCommandCursor::construct and added see-alsos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335300 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-16 11:18:20 +00:00
Kalle Sommer Nielsen
b8ec9ff652 Revert last commit, as it makes more sense to keep it to is_int() over is_integer(), see php-src commit: 6b8ed592b92027ceb4f76e6a06754a9c75ca4f36
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335292 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-14 21:30:48 +00:00
Kalle Sommer Nielsen
0ce7f9a11f Fix consistency, see php-src commit: 04c11f918abcf56b2f0c0d942f20e0e5da76f420
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335291 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-14 21:07:31 +00:00
Paul Dragoonis
e8bb36e5dd Updating consistencies using the terms callback and callable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335289 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-14 16:21:49 +00:00
Jeremy Mikola
ee509342bd Fix typo and dump formatting in MongoCommandCursor::createFromDocument()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335258 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-09 23:08:13 +00:00
Jeremy Mikola
ed20cf8bb5 Correct signature for MongoCommandCursor::createFromDocument()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335257 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-09 21:02:55 +00:00
Maciek Sokolewicz
9c02dc54d8 reworded description of short_open_tags (increased accuracy); patch provided by Kirk Bater
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335256 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-08 13:48:32 +00:00
Maciek Sokolewicz
a1891f05c8 fixed missing bracket in example (reported by paulcdejean@gmail.com)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335255 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-08 13:28:36 +00:00
Diego Agulló Falcó
cf3d1fdfda Added missing opcache.restrict-api documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335250 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-07 01:39:04 +00:00
Leigh
60dfa56aff Bug #68559 - Clarification of Windows 2000 support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335249 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-06 20:53:36 +00:00
Adam Harvey
4a8c660dca Fix version and mysqlnd dependencies for mysqli_stmt_{more,next}_result.
Fixes doc bug #68554 (mysqli_stmt::next_result unavailable before php 5.4).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335248 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-05 19:19:02 +00:00
Derick Rethans
7619681d4b Document return type of next(), and document getNext() as an alias of next().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335247 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-05 16:42:09 +00:00
Chris Wright
59e86d208c Undo rev 335242
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335243 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-03 14:06:20 +00:00
Chris Wright
f01033ca6d Add docs for ReflectionParameter::isVariadic()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335242 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-03 13:31:12 +00:00
Adam Harvey
dacbac0ab2 Add isVariadic() method documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335240 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-03 01:11:28 +00:00
Jeremy Mikola
6c668086fa Fix discrepancy in MongoCollection::insert() changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335239 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:28:01 +00:00
Jeremy Mikola
bdedce75e7 MongoCollection::save() never accepted non-array $options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335238 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:24:10 +00:00
Jeremy Mikola
9e3918a89b Rename parameter for MongoCollection insert/save methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335237 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:19:58 +00:00
Peter Cowburn
3ec11b4cae fix build (ini.track-vars)
remove remaining references to ini.track-vars, which
was removed in r335232

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335235 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-01 16:59:56 +00:00
Peter Cowburn
784da10c3e "micro seconds" replaced by "microseconds"
-- 
Provided by dima (freax@pop3.ru)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335234 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-01 16:52:59 +00:00
Peter Cowburn
50f43946f8 V8JsException::getJsSourceLine() returns the source of the line (string) and not the line number.
-- 
Provided by Daniel Tschinder (dane.tschi@gmx.at)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335233 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-01 16:45:40 +00:00
Peter Cowburn
3de4e9209b Remove information about "track_vars" setting, which was apparently removed in PHP 4.0.3. Quite how the description came to mention superglobals, which only appeared in 4.1, I don't know.
-- 
Provided by Rowan Collins (rowan.collins@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335232 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-01 16:43:11 +00:00
Peter Cowburn
f1bced78de Better self-contained examples
The array flip examples weren't very good - the first lacked an output (as well as a purpose?) and the second was confusing as it reused variables and used strange variable names.

--
Provided by James Ward (james@notjam.es)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335231 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-01 16:41:04 +00:00
Maciej Sobaczewski
faa6844f1f Fix bug #68525 (link broken on array_pop doc page)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335229 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-30 06:21:53 +00:00
Ferenc Kovacs
9122d3efcd this was fixed in 5.4.4 not in 5.4.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335217 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-26 16:48:54 +00:00
Tjerk Anne Meesters
2927fdd599 Added a note about array to object casting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335216 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 23:25:55 +00:00
Tjerk Anne Meesters
60e8e031cf Fixed error in reference link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335215 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 23:25:24 +00:00
Adam Harvey
3f47f21321 Fix constant names.
Fixes doc bug #68493 (Wrong constants listed
(STREAM_CRYPTO_METHOD_TLSv_1_0_CLIENT)).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335214 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 17:46:36 +00:00
Derick Rethans
054dd025b7 Clarify here as well that we pass the options straight to the server.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335213 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 10:25:23 +00:00
Derick Rethans
9e364cb1a9 Fixed docs to say we pass in all raw options to the server.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335212 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 10:22:02 +00:00
Peter Cowburn
cdfc561fa0 ob_get_length() returns number of bytes (doc bug #68082)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335210 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-22 19:22:59 +00:00
Peter Cowburn
b455daa1c7 num can be zero now (thanks Levi and rn at alpha9marketing dot com)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335201 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-20 21:58:35 +00:00
Ruslan Osmanov
e5d7cfa894 [pecl][event] synced with version event-1.11.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335200 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-20 09:57:42 +00:00
Peter Cowburn
6db778461e respect error_reporting level in ErrorException example (doc bug #68293)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335199 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-19 16:49:50 +00:00
Peter Cowburn
d35ac758b0 update example to use newer parameter count warning message
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335198 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-19 16:49:46 +00:00
Peter Cowburn
eb25180567 mention 5.4.0 in continue-missing-semicolon example (doc bug #68430)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335197 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-19 15:24:38 +00:00
Bob Weinand
81c04e0612 Updated information about static member copying in pthreads
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335195 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-18 17:02:08 +00:00
Peter Cowburn
6ce419d15e DatePeriod hints DateTimeInterface (doc bug #68444)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335194 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-18 14:39:53 +00:00
Peter Cowburn
76fb2d0d0d Normalizer constants are integers (doc bug #68443)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335193 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-18 11:36:04 +00:00
Derick Rethans
0f4ab917eb Added docs for MongoDate::toDateTime.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335192 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-18 11:06:14 +00:00
Peter Cowburn
850354823a Basic closure examples (doc bug #61857)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335191 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-18 11:02:31 +00:00
Peter Cowburn
24afbb0d4f fixed comment in example of call_user_func with array (doc bug #62080)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335189 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-17 20:47:41 +00:00