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
grimskin
572c672502
Small grammar fix for the Attributes docs
...
- using `is` instead of `are` with singular noun - typo fix in word `separated`
Closes GH-370.
2021-01-22 14:05:08 +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
Christoph M. Becker
ab9c95affa
liip is deprecated
...
This integrates user note 125701.
2021-01-20 15:07:36 +01:00
USAMI Kenta
ffbe652535
require_once and include are expressions, not statements
...
Closes GH-369.
2021-01-20 14:29:11 +01:00
Lucas Werkmeister
fab81eeee3
Add floats without exponent to numeric string grammar
...
The formal grammar for numeric strings included integers, and
floating-point numbers (decimals) with a mandatory exponent, but not
decimal numbers without exponent.
Closes GH-368
2021-01-20 11:38:41 +00: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
Yoshinari Takaoka
54a2f17702
Added PHP 8 into versions.xml for math based on stubs.
...
Closes GH-343.
2021-01-17 12:21:53 +01:00
Christoph M. Becker
6040e92853
Remove removed functions from versions.xml
...
These functions are removed as of PHP 5.2.7.
2021-01-17 12:16:08 +01:00
Yoshinari Takaoka
fa6d05b742
Added PHP 8 into versions.xml for mbstring based on stubs.
2021-01-17 12:14:10 +01:00
Goran Grbic
755faca201
Added version PHP 8 into array functions' version.
...
Also slight improvements to related examples.
Closes GH-337.
2021-01-17 12:01:07 +01:00
Yoshinari Takaoka
96b913db03
Added PHP 8 into versions.xml for sockets based on stubs.
...
Closes GH-336.
2021-01-16 18:13:05 +01:00
Yoshinari Takaoka
0aeef38a9c
Added PHP 8 into versions.xml for strings functions
2021-01-16 14:41:43 +01:00
George Peter Banyard
4a7ddddc27
Remove some mentions of register globals
2021-01-16 11:30:04 +00:00
George Peter Banyard
f3d6ada615
Remove information about session.bug_compat_* INI setting
...
This has been removed in PHP 5.4.0
2021-01-16 10:44:21 +00:00
George Peter Banyard
f029b664b8
Remove magic quote mentions
2021-01-16 10:39:39 +00:00