Commit graph

26778 commits

Author SHA1 Message Date
Yoshinari Takaoka
3b253a0cec Added PHP 8 into versions.xml for pspell based on stubs.
Closes GH-419.
2021-01-26 18:17:55 +01:00
Yoshinari Takaoka
aff207e954 Added PHP 8 into versions.xml for image based on stubs.
Closes GH-420.
2021-01-26 18:16:03 +01:00
Yoshinari Takaoka
7d82426b49 Added PHP 8 into versions.xml for exif based on stubs.
Closes GH-421.
2021-01-26 18:14:32 +01:00
Yoshinari Takaoka
b797520f46 Added PHP 8 into versions.xml for dba based on stubs.
Closes GH-422.
2021-01-26 18:09:00 +01:00
Yoshinari Takaoka
227c9c797e alias read-exif-data was deleted as of PHP 8.0.0. 2021-01-26 23:08:23 +09:00
Yoshinari Takaoka
4e32d05f74 replaced deprecation warnings in image deleted functions as of PHP 8.0.0. 2021-01-26 23:00:36 +09:00
Yoshinari Takaoka
8992c6e3b6 Added PHP 8 into versions.xml for tidy based on stubs.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-411.
2021-01-25 23:11:28 +01:00
Christoph M. Becker
1fb41f1900 define_syslog_variables() and related INI is removed as of PHP 5.4.0 2021-01-25 19:28:24 +01:00
Yoshinari Takaoka
9e10653371 Added PHP 8 into versions.xml for network based on stubs.
Closes GH-412.
2021-01-25 19:16:12 +01:00
Christoph M. Becker
89cb55b860 Remove obsolete apache_reset_timeout() docs
This function was implemented for the apache SAPI, which is removed as
of PHP 7.0.0.
2021-01-25 19:13:33 +01:00
Yoshinari Takaoka
2a5b11a384 Added PHP 8 into versions.xml for apache based on stubs.
Closes GH-413.
2021-01-25 19:11:39 +01:00
Yoshinari Takaoka
ddcc293592 Added PHP 8 into versions.xml for fpm based on stubs.
Closes GH-414.
2021-01-25 19:09:39 +01:00
Yoshinari Takaoka
02a5d397cc Added PHP 8 into versions.xml for filter based on stubs.
Closes GH-415.
2021-01-25 19:08:20 +01:00
Christoph M. Becker
45fb9e53a3 Add missing visibility modifiers and versions for ZMQ 2021-01-25 19:06:50 +01:00
Fabien Villepinte
a86e435a9e Add missing modifier
Closes GH-416.
2021-01-25 19:01:58 +01:00
Christoph M. Becker
3271d7af47 bindtextdomain()'s second arg is nullable now
Cf. <https://github.com/php/php-src/pull/6631>.
2021-01-25 16:14:09 +01:00
Yoshinari Takaoka
7431c72968 gmp_random was deleted as of PHP 8.0.0.
already documented in appendices/migration80/incompatible.xml.
2021-01-25 23:00:46 +09:00
Yoshinari Takaoka
1d57cefa52 ezmlm_hash was deleted as of PHP 8.0.0.
already documented in appendices/migration80/incompatible.xml.
2021-01-25 22:53:00 +09:00
Christoph M. Becker
511dd10754 The format char p is only available as of PHP 8.0.0.
This integrates user note 125722.
2021-01-25 14:20:24 +01:00
Christoph M. Becker
627fb8f867 Fix #77323: Since 7.1 $var[] = 'entry'; throws Fatal. This is unclear in the docs. 2021-01-25 13:36:54 +01:00
Derick Rethans
886e4188e6 Updated to version 2021.1 (2021a) 2021-01-25 10:54:22 +00:00
Xinchen Hui
0073669296 Fixed build 2021-01-25 14:17:00 +08:00
Xinchen Hui
daca99050a Merge branch 'master' of git.php.net:/doc/en 2021-01-25 14:05:54 +08:00
Xinchen Hui
df549f5248 added params intro for setRedirect 2021-01-25 14:04:37 +08:00
Christoph M. Becker
516e504ab1 Credit Yoshinari Takaoka
For months now, he's constantly cleaning up behind myself and others,
besides generally fixing and improving the manual.
2021-01-24 17:53:37 +01:00
Yoshinari Takaoka
f54beb6389 Added PHP 8 into versions.xml for exec based on stubs.
Closes GH-402.
2021-01-24 17:37:36 +01:00
Yoshinari Takaoka
004ab8efdb Added PHP 8 into versions.xml for url based on stubs.
Closes GH-401.
2021-01-24 17:36:14 +01:00
Yoshinari Takaoka
e9d73348f9 Added PHP 8 into versions.xml for enchant based on stubs.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-400.
2021-01-24 17:34:55 +01:00
Yoshinari Takaoka
e8755dd809 Added PHP 8 into versions.xml for snmp based on stubs.
Closes GH-399.
2021-01-24 17:27:43 +01:00
Yoshinari Takaoka
b788aa73da Added PHP 8 into versions.xml for tokenizer based on stubs.
Closes GH-398.
2021-01-24 17:24:24 +01:00
Yoshinari Takaoka
ead1a146e0 Added PHP 8 into versions.xml for mhash based on stubs.
Closes GH-397.
2021-01-24 17:23:19 +01:00
Yoshinari Takaoka
443dc41e7d Added PHP 8 into versions.xml for password based on stubs.
Closes GH-396.
2021-01-24 17:18:16 +01:00
Yoshinari Takaoka
496d3f708e Added PHP 8 into versions.xml for classobj based on stubs.
Closes GH-395.
2021-01-24 15:58:28 +01:00
Tyson Andre
02f3bf5717 $this is not a **reference** to the called object.
It's the value of the called object.

Additionally, in php 7.1, it was no longer possible to reassign $this
indirectly through a reference.

Even in php 7.0, I'd think it would initially be more like a value
(that references can be created from) than
a reference, but I may be misunderstanding what this means or what $this
did in php 5 or older.

Closes GH-380.
2021-01-24 15:56:27 +01:00
Yoshinari Takaoka
0697c1fd36 Added PHP 8 into versions.xml for csprng based on stubs.
Closes GH-394.
2021-01-24 15:54:02 +01:00
Yoshinari Takaoka
48e16550b5 Added PHP 8 into versions.xml for com_dotnet based on stubs.
Closes GH-393.
2021-01-24 15:52:19 +01:00
Yoshinari Takaoka
d88a13cd9e __autoload was deleted as of PHP 8.0.0.
already documented in appendices/migration80/incompatible.xml.
2021-01-24 23:50:29 +09:00
Yoshinari Takaoka
b29a778d3f Added PHP 8 into versions.xml for xsl based on stubs.
Closes GH-392.
2021-01-24 15:46:46 +01:00
Yoshinari Takaoka
7848f358be Added PHP 8 into versions.xml for readline based on stubs.
Closes GH-391.
2021-01-24 15:44:46 +01:00
Yoshinari Takaoka
4bc958f807 Added PHP 8 into versions.xml for xml based on stubs.
Closes GH-390.
2021-01-24 15:43:41 +01:00
Yoshinari Takaoka
56f51f601b Added PHP 8 into versions.xml for calendar based on stubs.
Closes GH-389.
2021-01-24 15:42:20 +01:00
Yoshinari Takaoka
e56aaa041e Added PHP 8 into versions.xml for sysvsem based on stubs.
Closes GH-388.
2021-01-24 15:41:04 +01:00
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