Adam Harvey
4c4736f7d3
Clarify when a catch block is required in conjunction with finally.
...
I've added entities for throw, try, catch and finally so that they can be more
easily used and linked to the right sections. This has resulted in a
considerable amount of code churn in exceptions.xml, as everything is now in a
simplesect or sect1 (and the sect1 had to be moved ahead of the simplesects,
which has no impact on formatting, but is required for the document to be
well-formed).
Fixes doc bug #69026 (conflict between documentation and behaviour on finally).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335965 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-19 23:52:40 +00:00
Adam Harvey
1f448a8a45
Fix strip_tags() documentation around XHTML allowable tags.
...
Fixes doc bug #69023 (Documentation problem).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335964 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-19 23:25:53 +00:00
Peter Cowburn
a6685adf7a
fix truncated comment in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335963 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-19 14:34:22 +00:00
Adam Harvey
9ccb86fb6f
Drop references to snaps.php.net.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335962 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-18 21:34:57 +00:00
Daniel Convissor
dd79fadd88
List the relevant constants and mention can be bitwise OR'ed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335960 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-18 04:56:38 +00:00
Daniel Convissor
50647d095e
Add GEARMAN_CLIENT_GENERATE_UNIQUE
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335959 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-18 04:56:15 +00:00
Daniel Convissor
ccb105d8b2
Echo result on SUCCESS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335958 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-18 04:24:36 +00:00
Daniel Convissor
8a645f0bc1
Mention libevent and uuid packages needed, per user comment
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335957 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-18 04:14:37 +00:00
Peter Cowburn
87262fe35f
Added opcache_is_script_cached() docs (Patch by Trevor Suarez)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335912 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-11 09:34:01 +00:00
Eric Stenson
07e42841b0
Fix WinCache documentation
...
Document removed setting rerouteini
Add documentation for settings srwlocks and reroute_enabled
Fix missingInitializer errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335911 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-09 21:04:00 +00:00
Hannes Magnusson
01ba7cb60a
array|object is also used for parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335899 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-06 21:51:02 +00:00
Peter Cowburn
f09b8f712b
fix pi value in example
...
Folks keep adding user notes to mention this "bug" in the example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335897 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-06 13:48:14 +00:00
Adam Harvey
5da461c02a
Update PDOStatement::fetchColumn() docs for the boolean column issue.
...
Fixes doc bug #68783 (pgsql: PDO::fetchColumn() false returned for value false
and no rows returned).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335883 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-04 02:34:10 +00:00
Jean-Sebastien Hedde
f5f74fc4c1
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335868 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-03 12:04:14 +00:00
Derick Rethans
e6d4ddaa94
PHP-1387: Fixed missing version info for MongoCursor::doQuery and MongoWriteConcernException::getDocument
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335867 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-03 09:27:15 +00:00
Hannes Magnusson
0207f79751
Its a classname, not function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335866 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-03 01:07:07 +00:00
Hannes Magnusson
daf331850e
s/MongoDB:command/MongoDB::command/g
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335865 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-03 01:02:43 +00:00
Pieter Hordijk
9204176572
LOCK_NB is actually supported on windows as well. The only thing that currently doesn't work is the $wouldblock by ref param.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335862 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-02 18:27:32 +00:00
Derick Rethans
7e87dfb1be
- Updated to version 2015.1 (2015a)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335848 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-01 18:31:48 +00:00
Pieter Hordijk
60638113c0
Fixed type on opcache restrict api ini directive restrict-api -> restrict_api
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335843 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-31 18:31:13 +00:00
Dan Ackroyd
cc6711c55b
Corrected order. The example is showing that the order is unexpected, and that you need to sort to get the 'right' order.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335841 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 19:33:59 +00:00
Remi Collet
175c462372
fix duplicate after bad copy/paste
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335830 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 13:05:20 +00:00
Remi Collet
447b0044b6
make id unique
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335829 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 13:00:28 +00:00
Remi Collet
13abb9e9e0
We really need both, in global options, and in pool options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335827 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 12:49:55 +00:00
Jean-Sebastien Hedde
0ea3b3feb7
Fix build issue : ID rlimit-core|files already defined
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335825 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-29 12:08:53 +00:00
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