Remi Collet
36bd047210
Fixed bug #61227 Missing FPM options, process.max and process.priority
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335822 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 08:26:33 +00:00
Remi Collet
9440e33553
Missing FPM pool options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335821 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 08:15:04 +00:00
Remi Collet
61b48ea5d4
Missing FPM build options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335820 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 07:55:53 +00:00
Remi Collet
5bdc84bc04
Missing FPM global options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335819 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 07:44:35 +00:00
Matt Li
6501c09ded
Add escape_char paramter to fputcsv, formatting consistancy with fgetcsv
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335815 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-28 05:49:05 +00:00
Philip Olson
b2640f8900
Removed unnecessary <link>'s, and snuck in a few spelling fixes along the way
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335811 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-27 16:18:12 +00:00
Philip Olson
55f2060721
Fixed spelling issues, mostly
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335806 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-26 22:56:36 +00:00
Rasmus Lerdorf
79b535ef8b
List HHVM alongside other threaded SAPIs here
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335801 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-25 20:18:15 +00:00
Jean-Sebastien Hedde
56591e6754
Using internal linking
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335796 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-23 12:56:06 +00:00
Jean-Sebastien Hedde
5d11b31cb9
PHP 5.6 is shipped with an interactive debugger, reflected this in the documentation.
...
--
Provided by anonymous 53725 (aakarsh1997@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335795 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-23 12:40:26 +00:00
Jean-Sebastien Hedde
2388669424
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335792 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-23 12:11:48 +00:00
Etienne Kneuss
5516fff83e
__Construct param is not supposed to be optional
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335784 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-22 12:47:33 +00:00
Matt Li
70f06fd96c
Clarified as per bug #46557 and note #116544
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335782 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-21 05:46:38 +00:00
Jean-Sebastien Hedde
a3f1006c02
Just a simple spelling and type error fix
...
--
Provided by anonymous 53037 (tpunt@hotmail.co.uk )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335780 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-20 12:57:47 +00:00
Jean-Sebastien Hedde
3c3119967c
Anonymous contribution
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335778 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-20 12:51:42 +00:00
Jeremy Mikola
8c1c13de0d
Restore documentation for MongoCollection index "background" option
...
This was inadvertently removed in http://svn.php.net/viewvc?view=revision&revision=333382
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335764 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 22:16:23 +00:00
Jeremy Mikola
452d71c53c
Document read preference inheritance for MongoCommandCursor
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335763 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:55:38 +00:00
Jeremy Mikola
2260593b82
Reword docs on read preference inheritance among MongoDB classes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335762 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:54:39 +00:00
Jeremy Mikola
9de4d8fb3e
Document MongoCommandCursor read preference methods
...
https://jira.mongodb.org/browse/PHP-1370
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335761 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:34:50 +00:00
Jeremy Mikola
9f0e1e36a3
Documentation for MongoCursorInterface
...
This interface extends Iterator and is implemented internally by MongoCursor and MongoCommandCursor. In addition to the interface methods, "see also" links were added on the implemented methods to point back to the interface documentation (as we did for Iterator methods).
https://jira.mongodb.org/browse/PHP-1328
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335760 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:10:35 +00:00
Jakub Vrana
a2b30c956f
Fix version of \e (was not available on Windows before, see bug #61827 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335758 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 17:17:37 +00:00
Jeremy Mikola
96ac68c599
Fix example output for MongoCollection::getIndexInfo()
...
The previous output looked nothing like var_dump(). The indexes are are comparable to those in the previous example, although there are some additional fields and I changed the geo-spatial index to "2dsphere".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335757 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 16:24:54 +00:00
Jeremy Mikola
2fba051b83
Update example output for MongoDB::getCollectionInfo()
...
This returns a numerically indexed array and collection names do not include the namespace prefix.
https://jira.mongodb.org/browse/PHP-1376
https://jira.mongodb.org/browse/PHP-1378
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335756 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 16:22:40 +00:00
Jeremy Mikola
54cf5f9e3f
Revise docs for MongoDB collection enumeration methods
...
These methods now take an options array in 1.6+. Additionally, this fixes the description of getCollectionInfo().
https://jira.mongodb.org/browse/PHP-1318
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335744 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-14 15:29:05 +00:00
Dan Ackroyd
11418b6522
Clarified that padding char is optional
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335743 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-14 15:07:34 +00:00
Dan Ackroyd
1220101ce4
Added detail about padding character for bug 61532
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335742 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-14 14:55:44 +00:00
Jeremy Mikola
fda62fbc6e
Remove full text search example from MongoDB::command() docs
...
This example is obsolete. The text command was experimental in 2.4 and deprecated in favor of the $text query operator in 2.6.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335738 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 21:00:46 +00:00
Jeremy Mikola
da1b439fc9
Document MongoDB::command() $hash by-reference parameter
...
https://jira.mongodb.org/browse/PHP-1330
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335737 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 20:58:06 +00:00
Jeremy Mikola
ed3172ce5d
Specify "seconds since the epoch" in MongoDB type docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335736 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 20:25:00 +00:00
Jeremy Mikola
40d18f45d5
Clarify that MongoTimestamp is for internal use only
...
We'll leave Kristina's Monopoly reference in place for historical reasons.
https://jira.mongodb.org/browse/PHP-1374
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335735 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 20:17:41 +00:00
Jeremy Mikola
3382aa19c7
Fix typo in MongoMaxKey documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335734 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 19:20:33 +00:00
Jeremy Mikola
58374fa210
Clarify that MongoMaxKey/MongoMinKey are primarily for internal use
...
This also revises some language in the usage examplex for both classes.
https://jira.mongodb.org/browse/PHP-1375
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335733 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 19:18:31 +00:00
Jean-Sebastien Hedde
2f12b12b10
XSLTProcessor::importStylesheet was documented void, but is bool.
...
--
Provided by anonymous 53795 (mot@fsfe.org )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335731 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 12:58:32 +00:00
Kalle Sommer Nielsen
5d818a7f07
Improve the example for pg_last_oid() a little bit, less variables and a few comments
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335725 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-12 22:39:50 +00:00
Dan Ackroyd
3dd3c7bfb8
Added explaination of how beziersmooth works.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335724 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-12 16:45:28 +00:00
Dan Ackroyd
b6bd53672f
Fixed indentation, ID, and element name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335723 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-12 15:52:36 +00:00
Andrea Faulds
e36faa1eae
Clarity on behaviour of mt_getrandmax() and mt_rand()'s max
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335710 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-11 01:55:26 +00:00
Peter Cowburn
d69425501f
document CURLOPT_POSTREDIR
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335709 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-10 22:08:04 +00:00
Dan Ackroyd
885a4ea108
Fixed id of Imagick.tostring.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335708 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-10 00:39:46 +00:00
Dan Ackroyd
d4bc3f5965
Added toString for Imagick.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335704 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-09 19:36:22 +00:00
Dan Ackroyd
7f56a87bce
Added example of how to use getPixelRegionIterator.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335701 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-08 22:44:32 +00:00
Adam Harvey
20d255c120
Added changelog notes for a BC break to undocumented crypt() behaviour.
...
Nobody should be relying on this anyway, but since Horde apparently was...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335700 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-08 19:26:09 +00:00
Peter Cowburn
39c8f09ae3
add date.timezone.posix-signs entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335672 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-07 20:21:55 +00:00
Peter Cowburn
a3e5fbdab0
fix typo in javascript example (doc bug #68767 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335667 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-07 17:03:50 +00:00
Alexander Moskaliov
1e1c3f01a2
Fix bug #68757
...
Wrong result type for mysqli::$connect_errno
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335639 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-06 11:19:59 +00:00
Adam Harvey
a88922dd25
Update the note on JSON standard conformance.
...
Fixes doc bug #68733 (RFC7159 JSON allows top-level scalars).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335638 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-06 00:43:26 +00:00
Omar Shaban
03da6cadeb
Solr - SolrClient::system and SolrDisMaxQuery (DisMaxQuery Builder) + introduction and info corrections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335629 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-04 22:20:02 +00:00
Pieter Hordijk
b974378c8f
Fixed small typo a -> an
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335590 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-03 17:00:22 +00:00
Alexander Moskaliov
0d0936323e
Fix syntax error in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335586 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-03 16:11:59 +00:00
Peter Cowburn
c4c0f7fc58
WS in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335554 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-02 12:40:47 +00:00