Commit graph

22421 commits

Author SHA1 Message Date
Adam Harvey
2d401acb6f Add posix_setrlimit() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337883 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:18:09 +00:00
Adam Harvey
20f3bb64da Reorganise the POSIX constants into sections.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337882 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:18:03 +00:00
Adam Harvey
c829fb19eb Add an entity for the description of soft and hard limits.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337881 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:58 +00:00
Adam Harvey
8ae33d5f94 Slightly tinker with the description of error_clear_last().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337880 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:54 +00:00
Adam Harvey
8d0fa0d5cf Add get_resources() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337879 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:49 +00:00
Adam Harvey
f381c764ff Add gc_mem_caches() documentation. If only I knew what it did.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337878 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:43 +00:00
Adam Harvey
0663a04b4d Increase the strength of the PHP 4 constructor warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337877 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:38 +00:00
Adam Harvey
df6e39fa8e Note capture_session_meta deprecation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337876 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:34 +00:00
Adam Harvey
7e52ec8685 Note the deprecation of static calls to non-static methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337875 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:30 +00:00
Adam Harvey
310b9d4922 Reformat the SAPI changes page to be in line with other guide pages.
I've removed the bug fix to configuration file line lengths; that's not really
migration guide material, IMO.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337874 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:25 +00:00
Adam Harvey
59083b5ec1 Improve CSPRNG reference verbiage.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337873 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:21 +00:00
Adam Harvey
12b92ba1e3 Trim down the migration guide CSPRNG section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337872 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:17 +00:00
Adam Harvey
3f96b7aaf7 Move the description of CSPRNG sources to a snippet.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337871 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:12 +00:00
Adam Harvey
6ffafe591a Add a paragraph about list() and ArrayAccess.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337870 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:07 +00:00
Adam Harvey
72af2380f5 Cut down the preg_replace_callback_array() part of the migration guide.
I've removed the example: it was terrific, but the function reference has a
good example, and it was much too long for the page.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337869 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:02 +00:00
Adam Harvey
d8849b5554 Make the session option changes less session_start() specific.
This also adds documentation for the new options parameter to the
session_start() page.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337868 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:57 +00:00
Adam Harvey
ae35f99a9b Whitespace.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337867 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:52 +00:00
Adam Harvey
e94c465823 Slight tinkering with intdiv().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337866 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:48 +00:00
Adam Harvey
e7c3d74e33 Reinstate the generator object documentation earlier in the section.
This was meant to be in the previous commit, but oh well.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337865 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:43 +00:00
Adam Harvey
02d3c3abb7 Move most generator delegration doco to the generators section.
I've also simplified the example in the migration guide somewhat: the combined
"return yield from" construct is now documented only in the generators
documentation.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337864 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:39 +00:00
Adam Harvey
e04e53e465 Tinker with group use wording.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337863 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:34 +00:00
Adam Harvey
4526a0712f Add expectations documentation.
This included moving the guide for the new configuration directives into the
assert() page to keep the migration guide snappy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337862 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:28 +00:00
Thomas Punt
86ef66a558 Document more of Generator class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337857 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-20 11:24:26 +00:00
Yasuo Ohgaki
7fa66b6c0b Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337851 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-19 07:40:57 +00:00
Yasuo Ohgaki
c63fbfff61 Fixed bug #70520 - Update and improve example code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337850 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-19 01:41:23 +00:00
Maciej Sobaczewski
5d64d53fa1 Close bug #68640 (Very minor point)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337846 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-16 23:16:57 +00:00
Bob Weinand
a518b027bc Add Generator::getReturn() to new functions list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337841 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-16 17:14:10 +00:00
Thomas Punt
a5f161032f Document loosening reserved word restrictions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337840 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-16 13:52:15 +00:00
Maciej Sobaczewski
1e62810892 Close bug #69416 (Use the password API on the db security page)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337837 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-16 06:24:41 +00:00
Thomas Punt
f410b1b23b Document new division by zero semantics
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337816 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-12 19:07:21 +00:00
Philip Olson
4b87f18f05 Added pkcs12 param description and example for PHP Bug #69855
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337797 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-09 23:13:36 +00:00
Christoph Michael Becker
1f12c25eff documented necessity that __set_state() must be implemented to re-eval var_export()ed code (fixes #67918)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337793 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-09 14:12:19 +00:00
Christoph Michael Becker
8230ddf860 fixed syntax error in sqlsrv_num_fields() example (closes #68248)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337791 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-09 12:34:19 +00:00
Christoph Michael Becker
db3bfdd46e DOMElement::nodeValue does not conform to W3C specs (related to bug #70029)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337788 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-08 22:03:07 +00:00
Christoph Michael Becker
e8f859e6fd spl_autoload() may throw LogicException (related to #52339)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337786 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-08 20:22:19 +00:00
Christoph Michael Becker
bea58f82ad Closure::bind() doesn't allow to bind to scope of internal classes anymore (fixes #69811)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337785 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-08 16:45:48 +00:00
Christoph Michael Becker
6ef93c43a6 mysqlnd supports PDO::MYSQL_ATTR_COMPRESS as of PHP 5.3.11 (fixes #70460)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337784 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-08 13:32:13 +00:00
Colin O'Dell
911013ce81 Add documentation for the IntlChar class and its methods.
Documentation is based on PHP 7.0.0 RC2.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337779 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-08 01:07:12 +00:00
Bob Weinand
f11cc3162c As noted below, constants can be result of a mathematical expression with PHP 5.6.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337777 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-07 22:15:37 +00:00
Christoph Michael Becker
e53aefe605 ini_get(_all) can't read "array" options (fixes #54276)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337776 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-07 17:40:49 +00:00
Remi Collet
418948d0d7 Fix parameter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337775 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-07 15:37:00 +00:00
Remi Collet
0b8cf58a9b Add pecl version to new methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337774 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-07 15:34:35 +00:00
Pasindu De Silva
f3b7f5f611 Fix #70422
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337764 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-07 05:03:45 +00:00
Christoph Michael Becker
5e9fde393a undefined qualified constants raise a fatal error (fixes #70421)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337760 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-06 17:02:36 +00:00
Christoph Michael Becker
8ef95a748d documented lookup of index.(php|html) in parent directories, and respective setting of PATH_INFO (fixes #70434)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337759 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-06 15:53:03 +00:00
Christoph Michael Becker
727d059758 clarified behavior of property access vs. method call (fixes #49515)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337758 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-06 15:06:02 +00:00
Philip Olson
4aac5d83bd Better late than never. Demonstrate that a connection is required, and what happens when one is not.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337755 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 21:04:10 +00:00
Adam Harvey
664dfca34e Note deprecation of old style constructors in PHP 7.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337754 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 20:56:08 +00:00
Philip Olson
fffa6686bb PCRE library upgrade updates
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337753 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 17:55:51 +00:00
Philip Olson
3a18df636a Expanded docs to take into account empty file names and missing files, and linked to realpath(). This deals with a user note by josef.vlk.d@gmail.com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337752 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 17:42:41 +00:00