Commit graph

23023 commits

Author SHA1 Message Date
Christoph Michael Becker
adb09c0aab Clarify purpose of the examples
This integrates user note 105479.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340314 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-04 15:30:56 +00:00
Christoph Michael Becker
c271533e6d Emulated prepares are not implemented by all drivers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340311 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-04 14:54:38 +00:00
Christoph Michael Becker
c2df92e871 Fix #73205: Default value for $length is shown as 0, but it it not
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340300 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-04 10:02:17 +00:00
Christoph Michael Becker
b953523528 Fix #73207: Array ordering is same between 5.6.21 and 7.1.0 RC3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340288 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-03 17:25:51 +00:00
Christoph Michael Becker
983b96e259 Document new STREAM_CRYPTO_METHOD_* constants
Patch provided by Stéphane Hulard

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340287 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-03 16:41:04 +00:00
Christoph Michael Becker
ec54028a96 Fix #73235: imagerotate() always ignores $ignore_transparent
Well, we're not actually fixing the issue, but rather document the current state.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340286 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-03 16:34:07 +00:00
Christoph Michael Becker
e9ada925fb correct apc to apcu in APCuIterator
-- 
Provided by anonymous 75305 (walt@waltsorensen)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340275 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 17:51:08 +00:00
Christoph Michael Becker
d1cc38ade9 Document IMG_EFFECT_MULTIPLY (available as of PHP 7.2.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340274 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 17:48:55 +00:00
Christoph Michael Becker
a0f88d3663 imageantialias() will be generally available as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340272 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 11:33:02 +00:00
Christoph Michael Becker
9deb55ad81 The APCUIterator constructor doesn't have the cache parameter.
The signature was correct in the method definition but the parameter overview and example still had the `cache` parameter (most likely copied from APCIterator)

-- 
Provided by anonymous 67620 (robin@icewind.nl)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340269 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 08:30:22 +00:00
Christoph Michael Becker
e5d20e319e imageantialias() is only available with the bundled libgd
Despite what has been claimed in bug #62167, see
<https://github.com/php/php-src/blob/PHP-7.1.0RC3/ext/gd/gd.c#L4560-L4580>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340264 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-30 18:52:20 +00:00
Derick Rethans
1afff783d6 Updated to version 2016.7 (2016g)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340259 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-30 09:05:39 +00:00
Christoph Michael Becker
98a2748836 Fix #66079: Exception constructor might ignore default arguments when overriden
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340256 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-29 10:38:05 +00:00
Christoph Michael Becker
992b071c3d Fix #73195: ReflectionClass::getMethod() filter arguments doesn't accept combinations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340255 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-29 10:12:50 +00:00
Derick Rethans
12313196fe Updated to version 2016.7 (2016g)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340253 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 22:27:58 +00:00
Christoph Michael Becker
fd72dabd42 Fix #73197: Missing comparison between mysqlnd and libmysql
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340248 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 16:27:10 +00:00
Christoph Michael Becker
c90b1f2280 Fix example (patch provided by tobsn)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340246 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:54:58 +00:00
Christoph Michael Becker
f969eae3eb Fix example output (patch provided by rtheunissen)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340245 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:54:16 +00:00
Christoph Michael Becker
9193874841 Document isolation modes (patch provided by rangercairns)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340244 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:51:58 +00:00
Christoph Michael Becker
93dad5a743 Fix typo (patch provided by Jakob)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340242 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:21:13 +00:00
Christoph Michael Becker
bf5cfd002c Improve example (patch provided by Joel James)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340241 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:20:36 +00:00
Christoph Michael Becker
da36163bfb Clarify behavior (patch provided by J.D. Grimes)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340240 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:19:56 +00:00
Christoph Michael Becker
9884bb84dd Update wrt. PHP 5.6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340239 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:16:49 +00:00
Christoph Michael Becker
72d4e40a18 Improve markup (patch provided by fabioluciano)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340237 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:08:23 +00:00
Christoph Michael Becker
3e823762fd Fix example (patch provided by Alexander Zhukov)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340236 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:07:15 +00:00
Christoph Michael Becker
9f9375d3a4 Improve markup (suggested by fabioluciano)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340235 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:05:00 +00:00
Christoph Michael Becker
b42c900cbf Fix #73194: Missing arguments throw ArgumentCountError since 7.1.0RC1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340234 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:01:29 +00:00
Christoph Michael Becker
e9e39774fa Improve parameter description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340233 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 13:54:14 +00:00
Christoph Michael Becker
62302ea580 Fix typos and downgrade <caution> to <note>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340230 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 13:34:51 +00:00
Christoph Michael Becker
ea367db015 Fix #71713: Array_Key_exist is not recursive
Provided by Nikolay Labinskiy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340229 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 13:27:01 +00:00
Christoph Michael Becker
1afe16f52f Improve GMP overloading and casting example
Inspired by Hanxue.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340228 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 13:21:17 +00:00
Christoph Michael Becker
4321d3c43f Fix wrong description of co(ntra)variance - we're conforming to the LSP
Patch provided by trowski.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340226 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:59:29 +00:00
Christoph Michael Becker
12ccdb90a1 Improve markup (patch provided by anon user)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340225 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:56:11 +00:00
Christoph Michael Becker
bc655954b9 Fix typos (patches provided by anon users)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340224 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:54:16 +00:00
Christoph Michael Becker
3ec69d212d Fix broken example
Heredoc terminators must not be indented. Pointed out by rjhdby.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340223 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:36:54 +00:00
Christoph Michael Becker
69dd1b59c9 Improve readability of the doc sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340222 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:34:02 +00:00
Christoph Michael Becker
5acb9e7075 Clarify NULL/boolean comparison of min()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340221 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:33:15 +00:00
Christoph Michael Becker
c520d34de8 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340220 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:30:39 +00:00
Christoph Michael Becker
57304345e7 Fix parameter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340219 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:29:25 +00:00
Christoph Michael Becker
752eae6812 Fix link description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340212 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-27 15:42:28 +00:00
Christoph Michael Becker
7a2b4eab56 Fix #73184: wrong link on page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340207 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-27 13:11:30 +00:00
Christoph Michael Becker
fa71ef64bc Fix #61169: unpack() with unnamed elements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340197 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-26 17:00:23 +00:00
Christoph Michael Becker
16f63e7184 Document cgi.discard_path and cgi.nph ini settings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340188 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-26 15:11:19 +00:00
Thomas Punt
b9d6ed3545 Add new LDAP constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340185 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-26 10:34:26 +00:00
TAKAGI Masahiro
8cb10c7ed1 Remove duplicated listitem
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340181 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-25 22:45:43 +00:00
TAKAGI Masahiro
a733657290 Set svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340179 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-25 20:32:48 +00:00
Andrea Faulds
574de1a724 Describe see also functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340178 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-25 18:43:11 +00:00
Andrea Faulds
6de59f6d36 Further 7.1 migration guide fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340177 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-25 18:36:43 +00:00
Thomas Punt
7a817fd3b9 Add more content to the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340176 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-25 17:44:18 +00:00
Andrea Faulds
603d5c848b Fix modulus -> modulo, link division and modulo ops to eachother
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340175 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-25 15:05:45 +00:00