Commit graph

25095 commits

Author SHA1 Message Date
Christoph Michael Becker
f049ce2110 Add missing SVN properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346877 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-22 12:08:34 +00:00
Joe Watkins
3985f162bc initial version of manual for parallel
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346875 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-22 11:26:59 +00:00
Derick Rethans
880fafc676 Adding some libsodium patches by Marcus Bointon.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346870 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 22:00:31 +00:00
Nikita Popov
00c86b65a1 Remove note about Serializable::serialize() acting as destructor
This doesn't make any sense. serialize() has nothing to do with destructors and __destruct() will still be called on the object, once it is destroyed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346869 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 10:46:28 +00:00
Peter Cowburn
202bd9f3f5 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346868 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 09:55:43 +00:00
Christoph Michael Becker
8e9b6dd78f Win32Service Doc update
Original patch provided by jbnahan@.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346866 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 08:58:10 +00:00
Christoph Michael Becker
1046d428ad Unify ReflectionClass::isIterateable() and ::isIterable() and make the former an alias
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=c1500f8519aded29c3632de4240fbc0a4e485a81>.

This integrates user note 123629.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346865 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 08:37:26 +00:00
Christoph Michael Becker
7600ab3338 Add “yield from” to the list of keywords
Yeah, “yield from” is a single keyword …

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346864 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 08:00:28 +00:00
Christoph Michael Becker
df6198b7a2 Improve example wrt. subgenerator name
This integrates user note 123631.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346863 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 07:54:04 +00:00
Peter Cowburn
4975c323ff simply function demonstrating foreach over PDO::query() result
Patch provided by Jérémy Demange

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346858 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-19 20:29:50 +00:00
Christoph Michael Becker
b234cd852d Add opening PHP tag
Patch provided by Csirmaz Bendegúz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346852 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 12:03:39 +00:00
Christoph Michael Becker
8c7cec965e Merged revision(s) 346849 from phpdoc/en/trunk/language/types/string.xml:
Add opening PHP tag

Patch provided by Csirmaz Bendegúz.
........


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346851 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 12:00:46 +00:00
Christoph Michael Becker
fd5464bb1c Add opening PHP tag
Patch provided by Csirmaz Bendegúz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346849 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 09:23:06 +00:00
Tyson Andre
a9ada9d6f9 fix typos in extension documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346848 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 05:42:50 +00:00
Tyson Andre
578f5f3744 fix typos in language reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346847 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 05:16:33 +00:00
Tyson Andre
384bff9494 Fix typo in comment for example of operator precedence
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346846 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 04:55:43 +00:00
Christoph Michael Becker
48e1363b9d Clarify misleading info
Neither com.autoregister_typelib nor com.autoregister_casesensitive
apply to libraries declared in com.typelib_file.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346841 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-15 16:32:02 +00:00
Christoph Michael Becker
4fd00d6b39 Add example for PHP 7.1+
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346839 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-15 11:43:02 +00:00
Christoph Michael Becker
05c356b812 Reverse merged revision(s) 346836-346835 from phpdoc/en/trunk:
Add missing changelog entry
........
Correct return-types

Patch provided by Rasmus Schultz.
........
Cf. <http://news.php.net/php.doc.cvs/16556>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346838 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-15 09:01:33 +00:00
Christoph Michael Becker
663be7df7f Add missing changelog entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346836 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-14 22:40:46 +00:00
Christoph Michael Becker
828daf218f Correct return-types
Patch provided by Rasmus Schultz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346835 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-14 22:21:41 +00:00
Christoph Michael Becker
e309892680 Add version info for ReflectionNamedType
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346834 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-14 22:01:36 +00:00
Christoph Michael Becker
a90eb9efd5 Improve sapi_windows_vt100_support() docs
Most notably, we're adding info about Console Virtual Terminal Sequences.

Patch provided by Florian Berberich.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346833 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-14 21:49:17 +00:00
Christoph Michael Becker
86d2bbd19b Fix #77610: xml_parser_create and xml_parser_create_ns do not document failure return
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346823 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-13 16:04:08 +00:00
Christoph Michael Becker
8a70a50b2a Fix #77611: Wrong return type in function prototype for APCIterator next and valid methods
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346822 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-13 16:00:26 +00:00
Christoph Michael Becker
58cde0c5ca Mark ext/wddx as deprecated
We'll add the removal notice, when it actually has been removed.

Cf. <https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346817 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 17:33:05 +00:00
Christoph Michael Becker
ba0a270fbc Fix order of sections
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346816 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:37:24 +00:00
Christoph Michael Becker
0f39ff7d2b Remove PHP 4 related info
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346815 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:35:55 +00:00
Christoph Michael Becker
82b76ae492 Fix order of sections
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346814 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:33:56 +00:00
Christoph Michael Becker
481248b3a1 Fix typo
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346813 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:33:07 +00:00
Christoph Michael Becker
c2d5a4459e Remove superfluous “since PHP 5”
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346812 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:29:57 +00:00
Christoph Michael Becker
ad34011f87 Fix #69012: examples in echo documentation are misleading
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346811 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:16:07 +00:00
Christoph Michael Becker
448a9cab14 Fix #77529: %G modifier is possibly incorrect
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346810 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:05:24 +00:00
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