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
Christoph Michael Becker
6156d1a148
documented CURLPIPE_* constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337751 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 17:29:14 +00:00
Philip Olson
028c8b7bc8
Implemented user note by Eric Mueller: trailing delimiters are also removed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337750 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 17:03:11 +00:00
Christoph Michael Becker
ddfb9f8974
added changelog ( fixes #69499 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337743 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 00:01:24 +00:00
Philip Olson
809b8ab4fd
Fixed PHP Bug #68573 by expanding the examples to use multiple character sets, and mentioning what 'length' means.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337742 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 23:32:22 +00:00
Christoph Michael Becker
810d547926
reverted erroneous fix for bug #66926
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337740 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 22:15:18 +00:00
Philip Olson
40152f7353
Added basic begin_transaction() (and related constants) documentation, as requested by PHP Bug #69813
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337739 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 21:43:21 +00:00
Adam Harvey
740336ed22
Add self to the list of possible type names.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337738 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 21:09:03 +00:00
Jeremy Mikola
42238e5d20
Update docs on persistent connections in mongo 1.3+
...
https://jira.mongodb.org/browse/PHP-1480
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337734 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 20:05:28 +00:00
Jeremy Mikola
7c4dc1fde3
Update Windows download link for mongo extension to PECL
...
https://jira.mongodb.org/browse/PHP-1479
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337733 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 19:16:43 +00:00
Christoph Michael Becker
19f14c427a
made link to ext/http2 documentation more prominent
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337731 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 11:37:51 +00:00
Philip Olson
46380b64ec
Added a MySQLi section and mentioned the new ini setting
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337728 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 04:09:19 +00:00
Philip Olson
2a739959b6
Documented the mysqli.rollback_on_cached_plink ini entry, added in 5.6.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337727 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 03:41:02 +00:00
Philip Olson
e846d99d04
Added missing removal and/or deprecated information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337726 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 03:16:30 +00:00
Philip Olson
94c2782c41
Added a mysqli_connect() example, now all old user comments here can be deleted
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337725 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 02:52:40 +00:00
Philip Olson
15d053993d
Added mysqlnd info for 5.4+
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337724 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 01:20:30 +00:00
Philip Olson
839d990faa
Expand installation section, and refer to mysqlnd as the default since 5.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337723 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 01:14:48 +00:00
Philip Olson
67cc2eb5d8
Improved install info, and moved newer info above the old
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337722 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 00:32:00 +00:00