Commit graph

22129 commits

Author SHA1 Message Date
Thomas Punt
d22db7f5b0 Document some ini settings
This documents zend.assetions, assert.exception, and session.lazy_write

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337501 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 16:30:56 +00:00
Christoph Michael Becker
6bdf3d8c51 PHP 5.6 requires OpenLDAP 2.4+ (contributed by mcmic)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337497 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 01:28:32 +00:00
Christoph Michael Becker
25579ca345 fixed link to pecl/http documentation (contributed by mike)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337496 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 01:22:15 +00:00
Christoph Michael Becker
2973596289 This example will actually emit the ADD_CHAR opcode unlike the previous one.
-- 
Provided by anonymous 56715 (gennady@kovshenin.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337495 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 00:44:44 +00:00
Christoph Michael Becker
e5dec20130 Add real example code for the ADD_INTERFACE opcode
-- 
Provided by anonymous 56715 (gennady@kovshenin.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337494 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 00:42:19 +00:00
Christoph Michael Becker
3ac72a29ba The $nowait parameter was added in 5.6.1, but docs were never updated. Fixes #68141.
-- 
Provided by anonymous 62063 (me@stephencoakley.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337493 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 00:32:48 +00:00
Christoph Michael Becker
867cdffb81 fixed primary body type documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337492 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 17:37:18 +00:00
Christoph Michael Becker
394972d6ce Add constants for types and encoding
-- 
Provided by anonymous 16911 (Krzysiek Łukasiak)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337491 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 17:32:54 +00:00
Christoph Michael Becker
0511c184bc improved constants doc of ext/imap
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337490 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 17:31:10 +00:00
Christoph Michael Becker
96e308257c Documentation updated for consistency with the other is_*() type-checking functions: the first parameter is not strictly a callable, it's any value (mixed), since this function (consistent with other is_*() functions) is used not only to check if a callable can actually be called (as per the second argument) but also for basic type-checking to see if the given value represents something that might possibly be callable at all.
-- 
Provided by anonymous 61891 (rasmus@mindplay.dk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337489 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:55:15 +00:00
Christoph Michael Becker
37baaba2bb the argument type for $maxlifetime is int, was listed as string
-- 
Provided by anonymous 61891 (rasmus@mindplay.dk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337488 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:52:51 +00:00
Christoph Michael Becker
f64cb0898b The sample code echos back binary version of the original string.
Because it is a sample code for Imagick::readImageBlob,
it should output imagick object.

-- 
Provided by anonymous 62055 (h.yamagata@nifty.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337487 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:38:55 +00:00
Christoph Michael Becker
d6d57b5f93 we can do better than in previous commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337486 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:32:55 +00:00
Christoph Michael Becker
5399e97fab improved ReflectionProperty::isDefault() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337485 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:29:14 +00:00
Christoph Michael Becker
878a454b06 The isDefault method for ReflectionProperty is unclear in the description. This patch aims to clarify the wording.
-- 
Provided by anonymous 61022 (james@asgrim.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337484 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:15:48 +00:00
Christoph Michael Becker
5fb277d606 improve strspn/strcspn documentation (contributed by francois)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337482 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 14:43:21 +00:00
Christoph Michael Becker
d6d7fb6e14 documented JSON_PARTIAL_OUTPUT_ON_ERROR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337480 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 14:34:32 +00:00
Christoph Michael Becker
f9254e7568 JSON_PARTIAL_OUTPUT_ON_ERROR is nowhere to be found on this page but it's referred to as an option on the json.constants page in description of error constants
-- 
Provided by anonymous 62054

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337479 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 14:21:45 +00:00
Christoph Michael Becker
a0d602c951 fixed note about Location header and absolute/relative URIs wrt. RFC 7231
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337474 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:42:38 +00:00
Christoph Michael Becker
1aa48f7f54 RFC2616 was replaced by multiple RFCs (7230-7237)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337473 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:30:59 +00:00
Christoph Michael Becker
ffdc37b3f1 PHP_INT_MIN === ~PHP_INT_MAX
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337472 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:18:51 +00:00
Christoph Michael Becker
3c88ee68d1 more consistent function name in example (contributed by Jason Woof)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337471 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:14:12 +00:00
Christoph Michael Becker
e9be1b6379 The page for strstr() recommends using strpos(). preg_match() should match this recommendation.
-- 
Provided by anonymous 62208 (Liam Morland)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337467 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 01:16:19 +00:00
Christoph Michael Becker
8d7b0fadcd Fix description of default action in use_soap_error_handler description.
-- 
Provided by anonymous 60497 (falundir@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337466 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:44:00 +00:00
Christoph Michael Becker
54b0642683 Documentation for functions stream_bucket_prepend and stream_bucket_append had the wrong type "resource" for the parameter $bucket, whch is of type "object".
-- 
Provided by anonymous 62233 (willy.schott@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337465 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:29:09 +00:00
Christoph Michael Becker
97efe1821f improve example (contributed by anon user)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337464 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:11:32 +00:00
Derick Rethans
9196fc672e Updated to version 2015.6 (2015f)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337461 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 23:04:44 +00:00
Christoph Michael Becker
beb394a33a reverted revision 337451:
fixed wrong parameter name (Reflection!) (fixes #70265)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337458 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 21:09:28 +00:00
Christoph Michael Becker
feeda9f6d8 fdf is not listed on the PECL website (fixes #70230)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337456 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 17:14:24 +00:00
Christoph Michael Becker
6f2e26eba9 fixed wrong parameter name (Reflection!) (fixes #70265)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337451 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 12:49:32 +00:00
Maciej Sobaczewski
64844e4184 Mention new Zip methods (undocumented yet)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337449 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 03:24:36 +00:00
Thomas Punt
622088edbf Rectify the intdiv() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337445 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 21:11:24 +00:00
Christoph Michael Becker
1f8618f67d updated reference/dir/versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337444 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 17:16:22 +00:00
Christopher Jones
cada67fca3 Remove experimental from PDO_OCI
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337430 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 06:02:47 +00:00
Maciej Sobaczewski
b18b11238e Remove redundant sections from PHP 7 migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337429 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 06:02:10 +00:00
Derick Rethans
08bc59a694 Updated to version 2015.6 (2015f)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337422 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-12 20:46:27 +00:00
Thomas Punt
03393b1f43 Added preg_replace_callback_array function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337413 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-12 15:39:47 +00:00
André Luis Ferreira da Silva Bacci
8243002f32 Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337390 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-10 15:08:11 +00:00
Peter Cowburn
01ce565305 fix <function> markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337389 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-10 14:50:08 +00:00
Christoph Michael Becker
78291d1681 updated manual wrt. Heredoc support for initializing consts and static members (fixes #70227)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337388 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-10 12:50:32 +00:00
Christoph Michael Becker
4ed9525149 updated links (fixes #70218)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337377 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 11:53:55 +00:00
Adam Harvey
b7a780f8e7 Add SVN properties to newly added files.
(Sorry, I was working offline with git-svn, since I wrote all the previous
commits over the Pacific Ocean.)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337376 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:24:46 +00:00
Adam Harvey
6400e08c91 IntlChar migration guide update.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337375 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:50 +00:00
Adam Harvey
0246a855ff Add skeleton for IntlChar.
In general, our intl documentation sucks, and this isn't making it any better.
Alas, I have neither the time, nor the Internet access to figure out what each
function does.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337374 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:44 +00:00
Adam Harvey
6e6d82f097 Add unserialize() options documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337373 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:31 +00:00
Adam Harvey
02678aa8dc Expand the Closure::call() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337372 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:26 +00:00
Adam Harvey
861b65b903 Tinker with the UCES feature doc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337371 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:21 +00:00
Adam Harvey
6b4b39cc49 Move the (excellent!) anonymous class documentation to the language reference.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337370 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:17 +00:00
Adam Harvey
31496eaff6 Use the new declare entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337369 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:12 +00:00
Adam Harvey
a1fd7149d5 Cut down the return type docs in the migration guide.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337368 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:08 +00:00