Commit graph

18367 commits

Author SHA1 Message Date
Yoshinari Takaoka
a6561ba12e Added PHP 8 into versions.xml for libxml based on stubs.
Closes GH-387.
2021-01-24 15:39:31 +01:00
Martin Samesch
e58f2f6475 add missing parameter description 2021-01-24 13:13:51 +01:00
Yoshinari Takaoka
2a3060d1bb Added PHP 8 into versions.xml for hash based on stubs.
Closes GH-377.
2021-01-24 12:22:38 +01:00
Christoph M. Becker
5849b8f508 Remove obsolete date function entries
These have been shipped with PECL/date 0.1, but did not make it into
PHP 5.2.0.
2021-01-24 12:21:18 +01:00
Yoshinari Takaoka
88f02b1cd1 Added PHP 8 into versions.xml for date based on stubs.
Closes GH-378.
2021-01-24 12:07:30 +01:00
Yoshinari Takaoka
924daa2dcd Added PHP 8 into versions.xml for opcache based on stubs.
Closes GH-379.
2021-01-24 11:48:26 +01:00
Yoshinari Takaoka
9b78a35818 Added PHP 8 into versions.xml for bzip2 based on stubs.
Closes GH-382.
2021-01-24 11:45:55 +01:00
Yoshinari Takaoka
969eb8b1c7 Added PHP 8 into versions.xml for iconv based on stubs.
Closes GH-383.
2021-01-24 11:44:46 +01:00
Yoshinari Takaoka
0fd50b4b11 Added PHP 8 into versions.xml for xmlwriter based on stubs.
Closes GH-384.
2021-01-24 11:43:39 +01:00
Christoph M. Becker
45991ab5df Remove entry for "not yet implemented" method 2021-01-24 11:42:19 +01:00
Yoshinari Takaoka
3e5613aecb Added PHP 8 into versions.xml for xmlreader based on stubs.
Closes GH-385.
2021-01-24 11:41:06 +01:00
Yoshinari Takaoka
adb98b5a8f Added PHP 8 into versions.xml for uodbc based on stubs.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-386.
2021-01-24 11:35:11 +01:00
Yoshinari Takaoka
bef1a3a8ee fixed XPointer evaluation failed build warning, related to soap constructor fix.
These soap class do not have any methods except for constructor.

XPointer evaluation failed: #xmlns(db=http://docbook.org/ns/docbook)
 xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])
2021-01-23 09:23:07 +09:00
Philip Olson
4206843127 Added informaltable ids as needed by the docs at mysql.com 2021-01-22 14:46:42 -08:00
Christoph M. Becker
ef88bff8ae file_get_contents() raises warning for directories
Closes GH-46.
2021-01-22 14:43:22 +01:00
Côme Chilliet
e64ea89bbe Remove PHP4 constructors from ext/soap documentation
Contructors were still documented as aliases to classname::classname
 with the real documentation in classname::classname.

Closes GH-332.
2021-01-22 14:26:20 +01:00
Ayesh Karunaratne
61f5c7a1f5 Fix CURLOPT_MAXREDIRS/FOLLOWLOCATION descriptions
Currently, the description for `CURLOPT_FOLLOWLOCATION` and `CURLOPT_MAXREDIRS` indicates that unless a `CURLOPT_MAXREDIRS` value is set, Curl will do an infinite loop.

However, this is not the case, because PHP internally sets a default value of 20. Please see:
 - [`ext/curl/interface.c`](d0e3fb495f/ext/curl/interface.c (L1806))
 - [PHP Curl Security Hardening: Infinite loops](https://php.watch/articles/php-curl-security-hardening#infinite-redirects)
 - [Libcurl: CURLOPT_MAXREDIRS.html](https://curl.se/libcurl/c/CURLOPT_MAXREDIRS.html)

The default libcurl behavior is indeed to not limit the number of redirects, which enables infinite loops, but I think we probably should keep the PHP's sane default of 20, and update the documentation instead.

Closes GH-371.
2021-01-22 14:02:21 +01:00
Lucas Werkmeister
923fbe0653 explode: update reference to implode param order
The legacy order was deprecated in 7.4 and removed in 8.0.

Closes GH-372.
2021-01-22 13:20:53 +01:00
Remi Collet
6e30ba482b rpminfo: new constant 2021-01-21 17:31:16 +01:00
Martin Samesch
6fadea3dfa fix parameter 2021-01-21 13:24:08 +01:00
Yoshinari Takaoka
778a5e015b Added PHP 8 into versions.xml for openssl based on stubs.
Closes GH-363.
2021-01-20 01:24:04 +01:00
Yoshinari Takaoka
195a63e400 Added PHP 8 into versions.xml for imap based on stubs.
Closes GH-364.
2021-01-20 01:21:46 +01:00
Yoshinari Takaoka
8d3ce63d4c Added PHP 8 into versions.xml for ldap based on stubs.
Closes GH-365.
2021-01-20 01:16:57 +01:00
Yoshinari Takaoka
199cbaf0a5 Added PHP 8 into versions.xml for posix based on stubs.
Closes GH-366.
2021-01-20 01:09:17 +01:00
Christoph M. Becker
5b5bb5d9b3 Improve libxml_disable_entity_loader() docs
We clarify that `libxml_set_external_entity_loader()` is the preferred
alternative, and also note that the function is deprecated as of PHP
8.0.0.
2021-01-19 16:32:53 +01:00
Christoph M. Becker
0e06ad7d77 Improve libxml_set_external_entity_loader() docs
We point out that this function can be used to avoid XXE, and is
preferable to `libxml_disable_entity_loader()` in this regard.

We also set up a proper methodsysnopsis for the `$resolver_function`.
2021-01-19 14:41:43 +01:00
Máté Kocsis
a411286750 Generate methodsynopses based on recently updated stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-362.
2021-01-18 23:31:36 +01:00
Christoph M. Becker
c2120bd346 Update some methodsynopses
Cf.
<7290dc4dcf>,
<c31f9f7ee4>.
2021-01-18 19:45:28 +01:00
Yoshinari Takaoka
e85adf32e1 Added PHP 8 into versions.xml for bcmath based on stubs.
Closes GH-360.
2021-01-18 13:43:16 +01:00
Yoshinari Takaoka
635932fd1c Added PHP 8 into versions.xml for zlib based on stubs.
Closes GH-359.
2021-01-18 13:34:39 +01:00
Yoshinari Takaoka
16a98b6f39 Added PHP 8 into versions.xml for fileinfo based on stubs.
Closes GH-358.
2021-01-18 13:31:45 +01:00
Christoph M. Becker
b41704883c Remove irrelevant entries from session/versions.xml
`session_register()` and friends are removed as of PHP 5.4.0.
`sessionhandler::updatetimestamp()` and `sessionhandler::validateid()`
did never exist; these are methods of `sessionupdatetimestamphandlerinterface`.
2021-01-18 13:29:02 +01:00
Yoshinari Takaoka
ac2a89fe0f Added PHP 8 into versions.xml for session based on stubs.
Closes GH-355.
2021-01-18 13:26:14 +01:00
Yoshinari Takaoka
57232e0ad8 Added PHP 8 into versions.xml for sqlite3 based on stubs.
Closes GH-357.
2021-01-18 13:12:26 +01:00
Yoshinari Takaoka
1f9ed0a774 Added PHP 8 into versions.xml for ctype based on stubs.
Closes GH-356.
2021-01-18 13:07:33 +01:00
Christoph M. Becker
5e6356373c Document that 3 options/info functions are removed as of PHP 8.0.0 2021-01-18 12:45:16 +01:00
Yoshinari Takaoka
f3f04650a7 Added PHP 8 into versions.xml for info based on stubs.
Closes GH-354.
2021-01-18 12:43:51 +01:00
Yoshinari Takaoka
a44e325fda Added PHP 8 into versions.xml for stream based on stubs.
Closes GH-353.
2021-01-18 12:36:56 +01:00
Yoshinari Takaoka
0b7184db9a Added PHP 8 into versions.xml for dir based on stubs.
Closes GH-352.
2021-01-18 12:31:22 +01:00
Yoshinari Takaoka
982a2bc5aa Added PHP 8 into versions.xml for pgsql based on stubs.
Closes GH-351.
2021-01-18 12:26:59 +01:00
Yoshinari Takaoka
bd9ceed9a8 added trailing comma after "PHP 8". 2021-01-18 13:54:16 +09:00
Rasmus Lerdorf
093b7d5d5a Document GearmanClient::wait() 2021-01-17 20:17:10 -08:00
Yoshinari Takaoka
407e4b50b7 Added PHP 8 into versions.xml for pcntl based on stubs.
Closes GH-349.
2021-01-17 16:00:30 +01:00
Yoshinari Takaoka
ad7559efe7 Added PHP 8 into versions.xml for curl based on stubs.
Closes GH-348.
2021-01-17 15:52:30 +01:00
Yoshinari Takaoka
c969df2ece Added PHP 8 into versions.xml for pcre based on stubs.
Closes GH-347.
2021-01-17 15:45:19 +01:00
Yoshinari Takaoka
1f94a9cc3c Added PHP 8 into versions.xml for ftp based on stubs.
Closes GH-346.
2021-01-17 15:44:03 +01:00
Christoph M. Becker
845a3263f0 Remove obsolete versions.xml entries
These methods have long been removed from PECL/zip, and apparently
never made it to ext/zip.
2021-01-17 15:39:59 +01:00
Yoshinari Takaoka
ed78b6690b Added PHP 8 into versions.xml for zip based on stubs.
Closes GH-345.
2021-01-17 15:38:28 +01:00
Yoshinari Takaoka
3a6f3a0b84 Added PHP 8 into versions.xml for filesystem based on stubs.
Closes GH-344.
2021-01-17 14:25:42 +01:00
Yoshinari Takaoka
3a9a25ef9b Added PHP 8 into versions.xml for json based on stubs.
Closes GH-335.
2021-01-17 12:33:01 +01:00