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
Peter Cowburn
c572cd51a9
document mail.force_extra_parameters (doc bug #65518 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335188 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-17 20:33:50 +00:00
Peter Cowburn
36904dafe1
fix missing parenthesis (doc bug #68433 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335187 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-17 13:12:52 +00:00
Christian Weiske
cd5817f79f
FIx doc bug #67649 : OAuth::getRequestToken() has a 3rd parameter
...
Document the http_method parameter for getAccessToken() and getRequestToken().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335182 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-13 22:17:35 +00:00
Christian Weiske
16f141aeaf
Fix doc bug #67744 : Exclude parameters from signature
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335181 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-13 22:02:55 +00:00
Adam Harvey
10601d4ebe
Remove experimental status from pdo_dblib.
...
Fixes doc bug #68408 (Package marked as experimental incorrectly).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335179 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-12 20:58:09 +00:00
Maciej Sobaczewski
ddfd04b767
Typo fix (doc bug #68403 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335178 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-12 20:17:46 +00:00
Derick Rethans
75a25fab96
- Updated to version 2014.10 (2014j)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335174 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-11 17:02:18 +00:00
Jeremy Mikola
13445ae645
Revise MongoWriteBatch::add() parameter docs
...
Rewrote argument descriptions and cross-referenced relevant update() and remove() parameters/options. Also clarified valid "limit" values for delete operations.
https://jira.mongodb.org/browse/PHP-1126
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335169 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 19:51:28 +00:00
Jeremy Mikola
a5492acb76
Fix descriptions of MongoWriteBatch methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335168 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 19:47:27 +00:00
Adam Harvey
dcf567d219
Fix SolrClient::request() prototype.
...
Fixes doc bug #68374 (SolrClient::request state to return void in the descrip.
but returns an object).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335167 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 11:20:00 +00:00
Adam Harvey
42696d2279
Add PHP 5.6 tokens.
...
Fixes doc bug #68369 (Missing 5.6 tokens in the list).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335166 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 11:15:23 +00:00
Adam Harvey
28fe0b00a9
Change the XML parser external entity example, as suggested by clicky.
...
Fixes doc bug #68368 (Insecure example).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335165 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 10:59:29 +00:00
Adam Harvey
c5f1d257e1
Note the fix for bug #65171 , and generally flesh out the imagescale() docs.
...
Fixes doc bug #68239 (Incorrect documentation or library bug).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335164 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 10:16:20 +00:00
Ruslan Osmanov
04f603bc6c
[pecl][event] Changes in API 1.10.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335163 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 07:28:27 +00:00
Jeremy Mikola
dbdc52230d
MongoCollection::count() now takes an $options array
...
https://jira.mongodb.org/browse/PHP-1160
https://jira.mongodb.org/browse/PHP-1263
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335161 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-05 21:15:09 +00:00
Joe Watkins
b653253e42
remove the incorrect use of the word parallel from curl_multi_* documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335160 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-05 09:18:06 +00:00
Rasmus Lerdorf
3c735d9bbc
Clarify the wording for curl_multi_select().
...
0 is not an error state here.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335159 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-04 22:39:34 +00:00