Peter Cowburn
941b884dcb
update deprecations
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336053 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 14:21:44 +00:00
Maciej Sobaczewski
04baa1c92d
More deprecated functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336052 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 06:39:17 +00:00
Maciej Sobaczewski
9194a9bb5b
Mark some functions as deprecated in versions.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336049 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-07 19:29:16 +00:00
Jean-Sebastien Hedde
247d016f43
Wrong markup for parameter.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336046 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-06 13:01:41 +00:00
Jean-Sebastien Hedde
014378af8b
Fix indentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336043 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-06 12:41:16 +00:00
Jean-Sebastien Hedde
e46f07eb7d
Fixing example description and PHP Notice (Undefined variable: column)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336042 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-06 12:37:37 +00:00
Peter Cowburn
e91739280c
revert r336038 because $errno is supposed to map to ErrorException::$severity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336040 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-05 10:25:05 +00:00
TAKAGI Masahiro
996298bb2d
Example #1 : correct the order of parameters
...
$errno should be the 2nd parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336038 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-05 09:13:29 +00:00
Maciej Sobaczewski
5650ac40be
Improve title of password_needs_rehash() example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336033 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-04 04:32:07 +00:00
Maciej Sobaczewski
b3b5e95c7e
Drop unnecessary entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336029 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-03 12:53:03 +00:00
Anthony Ferrara
28ebb20500
Add example for password_needs_rehash to documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336027 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-02 22:50:57 +00:00
Adam Harvey
9e898bb9ca
I parenthesis good.
...
Fixes doc bug #69157 (typo).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336026 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-02 18:04:08 +00:00
Peter Cowburn
531f2bac34
added comma for clarity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336019 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-28 14:34:58 +00:00
Jeremy Mikola
5dd51e4caf
Make SplFileInfo class setter documentation consistent
...
Adds links to referenced classes and methods and applies a similar template to both methods' documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336018 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 21:53:57 +00:00
Jeremy Mikola
cf04609ce5
SplFileInfo class setters allow and default to base class
...
These methods allow (and default to) the base class. The previous documentation made it seem as if only child classes were accepted as an argument and also did not clarify the default value. That likely resulted in the following HHVM implementation difference: https://github.com/facebook/hhvm/pull/4917
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336017 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 21:48:00 +00:00
Adam Harvey
4be6fbeb69
Expand on what FILTER_VALIDATE_EMAIL really validates.
...
See also bug #69140 (FILTER_VALIDATE_EMAIL not RFC 822 compliant).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336016 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 20:50:02 +00:00
Adam Harvey
3210cb3b8d
Someday, we'll be free of Subversion and these accursed properties.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336014 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 20:27:24 +00:00
Adam Harvey
372dfed158
Add documentation for mysqli_stmt::__construct().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336012 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 20:20:06 +00:00
Pieter Hordijk
fa5071f76e
Fixed description of decimals property per https://bugs.php.net/bug.php?id=69126
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336007 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 12:41:16 +00:00
Adam Harvey
8a4247cc1b
Clarify when MySQL functions were deprecated if it was before 5.5.
...
No, the new 4.3.0 entity isn't a typo.
Fixes doc bug #69119 (Unconstancies in mysql_escape_string web page).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336004 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-26 20:52:31 +00:00
Adam Harvey
ed56c4e375
Use >, even though this is technically OK.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336003 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-26 20:51:14 +00:00
Adam Harvey
3678ad3813
Fix a long standing TODO by explaining how to use PDOStatement::fetch().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336002 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-26 20:42:31 +00:00
Adam Harvey
10fd47c55d
Improve the abbreviated names that show up in breadcrumbs for ext/mysql(i?).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335996 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-26 00:45:18 +00:00
Jeremy Mikola
cb0077d0d5
MongoID constructor accepts a MongoId instance
...
https://jira.mongodb.org/browse/PHP-966
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335992 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-24 20:09:31 +00:00
Jeremy Mikola
7070675e39
Update third-party links on MongoDB install docs
...
Removed two broken links and an outdated blog post. Added a very helpful blog post on Homebrew installs (includes the extension), and kept a video tutorial (outdated, but thorough).
https://jira.mongodb.org/browse/PHP-1373
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335991 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-24 19:58:44 +00:00
Jeremy Mikola
7d5e3a55d9
Remove broken links in MongoDB::command() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335986 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 23:45:27 +00:00
Jeremy Mikola
20ae297808
Update supported PHP versions in mongo install docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 23:41:51 +00:00
Jeremy Mikola
7a7aafc90c
Revise mongo install docs for OS X
...
https://jira.mongodb.org/browse/PHP-1373
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335984 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 23:39:37 +00:00
Hannes Magnusson
35b9833b75
Remove unused column!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335982 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 22:41:06 +00:00
JulienPauli
a3078f7bcb
Updated doc for new cURL constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335981 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 16:54:05 +00:00
Jeremy Mikola
a73621ab6b
Fix return type for MongoGridFSFile::getResource()
...
https://jira.mongodb.org/browse/PHP-1383
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335969 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-20 21:53:04 +00:00
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