Commit graph

25012 commits

Author SHA1 Message Date
Jeremy Mikola
69b7314dc6 Clarify interactions with sessions and transactions
Copy some language from the MongoDB manual and clarify that sessions close due to garbage collection.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346802 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-11 15:22:44 +00:00
Christoph Michael Becker
ad7884c477 Fix ##77596: Incorrect return type in some APUc function prototype
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346800 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-11 12:42:44 +00:00
Pasindu De Silva
2a33bc5537 Added note about session_unset() usage.
https://bugs.php.net/bug.php?id=77437

Submitted by girgias

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346785 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-11 00:15:05 +00:00
Pasindu De Silva
cb1c93099e Parentheses and argument list optional with new operator
https://bugs.php.net/bug.php?id=77426

Submitted by girgias

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346784 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-10 23:58:40 +00:00
Pasindu De Silva
51fc161bc0 Improved interface doc
https://bugs.php.net/bug.php?id=73259

Submitted by girgias

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346783 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-10 23:42:35 +00:00
Pasindu De Silva
772d11cb2b This patch will add the newly available class constants for spoofchecker.
-- 
Provided by anonymous 93866 (giantcrabby@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346782 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-10 23:33:18 +00:00
Craig Duncan
8151a0863b Add clarification that DOMDocument::$ownerDocument is always null
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346781 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-10 22:25:06 +00:00
Christoph Michael Becker
cddcb4c4cc Fix #77592: Incorrect changelog for opcache.optimization_level
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346764 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-09 13:45:21 +00:00
Christoph Michael Becker
182ab18dda There are no COM resources as of PHP 5.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346759 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-08 19:00:52 +00:00
Christoph Michael Becker
6f66c3a11d Fix parameter (description)
Cf. <https://github.com/php/php-src/blob/php-7.3.2/ext/com_dotnet/com_com.c#L828>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346747 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-07 22:52:59 +00:00
André Luis Ferreira da Silva Bacci
5fac8b5544 Missing svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346742 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-07 16:41:03 +00:00
Christoph Michael Becker
a0c42039db Split bcscale() signature
As of PHP 7.3.0, bcscale() may also be used as getter, which is not
properly reflected by making the $scale parameter optional.  Therefore,
we split the function signature.

Inspired by a patch provided by Tim van Dijen.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346739 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-07 13:14:36 +00:00
Christoph Michael Becker
767ded9aed Win32Service Doc update
Patch provided by jbnahan.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346737 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-07 12:03:02 +00:00
Jeremy Mikola
d023717f0c Clarify that MongoDate::toDateTime() uses UTC timezone
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346700 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 20:16:59 +00:00
Christoph Michael Becker
d28b54ffde Update regarding breaking change in uopz 6.0.0
Cf. <https://github.com/krakjoe/uopz/issues/103>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346699 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 17:13:07 +00:00
Christoph Michael Becker
e0219cc1ef Update uopz PHP requirements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346698 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 16:10:50 +00:00
Christoph Michael Becker
4c700c51d4 Document uopz ini directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346697 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 15:55:00 +00:00
Christoph Michael Becker
961ac1b441 Remove wrong and inappropriate notes
Likely these have been introduced due to careless copy & paste.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346696 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 15:12:42 +00:00
Levi Morrison
13f8760951 Fix IteratorIterator::key() return type
Years ago this was `void`, and I erroneously changed it to `scalar`. It will delegate to the sub-iterator's get_current_key handler, which can return any kind of zval.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346694 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 01:49:54 +00:00
Christoph Michael Becker
3904fd71ab Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346693 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-03 23:00:09 +00:00
Christoph Michael Becker
591804b0ae Fix example
Alphablending affects drawing operations, so it has to be disabled before
doing these.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346690 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-03 16:02:26 +00:00
Christoph Michael Becker
8e9afcb659 Improve imagesavealpha() docs
Particularly, we remove the grossly out-dated paragraph regarding missing
alpha support on some browsers (IE 6/7 is certainly gone, nowadays).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346689 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-03 15:27:32 +00:00
Christoph Michael Becker
b7c1306f08 Document gc_status()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346688 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-03 15:10:49 +00:00
Christoph Michael Becker
5621e7baee Add note regarding temporary files
This integrates user notes 111114, 111593, 113600, 116005 and 123574.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346676 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-01 14:23:10 +00:00
Christoph Michael Becker
75d610505b pspell_new_config() returns FALSE on failure.
Based on a patch provided by Philippe Segatori.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346663 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-28 10:41:48 +00:00
Christoph Michael Becker
3dc2583ada SplPriorityQueue::insert() return true
Based on a patch provided by Jaap van Otterdijk.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346662 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-28 10:38:22 +00:00
Christoph Michael Becker
71b5a8fe91 __autoload() is already deprecated
Based on a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346661 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-28 10:32:17 +00:00
Christoph Michael Becker
13076e3094 Fix #77506: The default value of 'serialize_precision' seems to be '-1' in the latest code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346628 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-23 11:03:38 +00:00
Christoph Michael Becker
28a1a6348c Use available entity ref instead of hard-coded literal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346625 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-22 00:32:00 +00:00
Christoph Michael Becker
9c75621343 Inlcude OPcache ini directives in ini.list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346618 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-21 16:10:23 +00:00
Christoph Michael Becker
8eda99cb3b Document opcache.preload
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346615 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-21 15:27:35 +00:00
Christoph Michael Becker
66e3e8f0d0 Fix description of what parameter in DateTimeZone::listIdentifiers
Patch provided by Gregor Kralik.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346614 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-21 11:09:08 +00:00
Christoph Michael Becker
d371c0ab53 Nowdocs treats backslashes literally
This integrates user note 123533.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346613 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-21 11:01:23 +00:00
Christoph Michael Becker
3faf6fd5c8 Fix #77489: Yield inside IF instruction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346612 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-21 10:50:38 +00:00
Mark Jones
6c8d53ffe3 fix typo in samesite session setting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346608 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-18 18:21:06 +00:00
Christoph Michael Becker
5a06a49d45 Fix #77448: Sempahore -> Semaphore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346598 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-12 16:24:27 +00:00
Christoph Michael Becker
cf1cd131fc Fix #77435: Documentation linking issue for hrtime()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346582 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-09 18:47:38 +00:00
Christoph Michael Becker
3cc52069e2 Refer to intdiv()
Based on a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346580 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-09 18:05:27 +00:00
Christoph Michael Becker
82dfa0d98d Fix #61888: crypt() should be documented as not binary safe
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346579 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-09 18:00:01 +00:00
Christoph Michael Becker
7604e7eadc Remove or move some entities into a "Not used in EN anymore" section
Patch provided by girgias@

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346578 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-09 17:57:57 +00:00
Derick Rethans
ab9325e08e Updated to version 2018.9 (2018i)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346569 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-07 11:47:37 +00:00
Christoph Michael Becker
118dfa4b8f Improve Imagick::(get|set)ResourceLimit() docs
Inspired by a patch provided by an anonymous user.
This also integrates user note 107489.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346545 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-04 19:18:57 +00:00
Christoph Michael Becker
b265bf96d0 Fix #77406: open_basedir disables the realpath cache
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346544 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-04 18:54:17 +00:00
Christoph Michael Becker
6c1773e7b3 Fix #77384: Unable to change Session Save Handler to "user"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346542 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-04 18:36:36 +00:00
Christoph Michael Becker
b3d6114baa Clarify class name constraint for uopz_set_mock()
Cf. <https://github.com/krakjoe/uopz/issues/42#issuecomment-450789259>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346524 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-02 18:31:43 +00:00
Christoph Michael Becker
89fe07a4a9 Fix changelog order
Based on a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346522 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-02 15:59:38 +00:00
Christoph Michael Becker
8413d3c303 Fix #65042: Protected, private __invoke() magic method raises Warning
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346507 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-31 19:59:38 +00:00
Christoph Michael Becker
8551026131 Fix typo
Patch provided by Brian Weston.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346506 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-31 19:57:36 +00:00
Christoph Michael Becker
5a226ca916 Fix #67105: tmpfile() may not remove the temporary file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346471 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-28 23:27:48 +00:00
Christoph Michael Becker
4f00e64a4b Fix build
There is no asof entity defined for EN.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346461 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-28 15:40:15 +00:00