Commit graph

26812 commits

Author SHA1 Message Date
Martin Samesch
fc54f9a81a fix example; remove PHP 5 changelog 2021-02-02 11:58:19 +01:00
Christoph M. Becker
fa6c013865 Remove obsolete info from security.database.storage page 2021-02-01 15:45:52 +01:00
Christoph M. Becker
b2b73a1550 Fix #77799: Database security information is outdated 2021-02-01 15:43:52 +01:00
Christoph M. Becker
070bd3d077 Fix #55173: Locale::setDefault never failed 2021-02-01 15:06:58 +01:00
Yoshinari Takaoka
b5280065f5 In previous commit, we forgot to erase "func_overload", "func_overload_list".
c.f: http://git.php.net/?p=doc/en.git;a=commitdiff;h=51105156aac67e5fcb0670aef84a05da3330d8fb
2021-01-29 13:18:07 +09:00
Christoph M. Becker
51105156aa mbstring.func_overload and related stuff is removed as of PHP 8.0.0 2021-01-28 19:54:40 +01:00
Christoph M. Becker
639380b506 Update mb_get_info() member list 2021-01-28 19:50:46 +01:00
Yoshinari Takaoka
4624ac0d88 Added PHP 8 into versions.xml for sodium based on stubs.
Closes GH-367.
2021-01-28 19:03:52 +01:00
Christoph M. Becker
8469c26f01 SodiumException has no members 2021-01-28 18:56:47 +01:00
Christoph M. Becker
eef39a4510 Add SodiumException to the manual
The document was already there, but no included for whatever reason.
2021-01-28 18:52:08 +01:00
Christoph M. Becker
f3bc618211 Fix #66104: strtotime reports "2011-02-31" and "2011-11-31" as valid dates
We upgrade the already existing note to caution.

While we're at it, we also remove obsolete info in that document.
2021-01-28 17:25:54 +01:00
Yoshinari Takaoka
2c2251ec92 Tell people about the possibility to doc-en source code from git, not SVN. 2021-01-29 00:29:19 +09:00
Christoph M. Becker
08a16a850e Fix #80326: Phar may not properly extract PAX archives 2021-01-28 13:01:12 +01:00
Tomáš Fejfar
359f21684b fgets() can return false
As described in the docs "If there is no more data to read in the file
pointer, then false is returned."

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-425.
2021-01-28 12:41:51 +01:00
Christoph M. Becker
9ffcc25027 Tell people about the possibility to submit doc-en PRs 2021-01-28 12:36:53 +01:00
Christoph M. Becker
0848413427 Fix #80673: Be explicit about the order in which to call flush() and ob_flush() 2021-01-28 12:34:35 +01:00
Christoph M. Becker
7dc5a6466b Fix #80677: session.cookie_samesite missing from INI list
We should not duplicate the info in the general INI list, but rather
include it from the session configuration.

While we're at it, we remove obsolete changelog entries, fix the
wording ("as of" instead of "since"), and remove the url_rewriter.tags
entry from the session configuration page.
2021-01-28 12:05:05 +01:00
Michael Voříšek
fc4e5c27fa Add nullable to return type for Serializable::serialize
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-423.
2021-01-28 11:14:29 +01:00
Christoph M. Becker
e55a1ca950 goto labels are case-sensitive
This integrates user note 125733.
2021-01-28 11:10:30 +01:00
Yoshinari Takaoka
ff4f4328f6 Added PHP 8 into versions.xml for oci8 based on stubs.
Closes GH-374.
2021-01-28 00:30:29 +01:00
Yoshinari Takaoka
0a60bed1c9 Added PHP 8 into versions.xml for errorfunc based on stubs.
Closes GH-424.
2021-01-28 00:06:37 +01:00
Philip Olson
40667918dc Added table ids as needed by the docs at mysql.com 2021-01-27 11:47:40 -08:00
Martin Samesch
ae0535a8ea add refpurpose 2021-01-27 10:26:19 +01:00
Yoshinari Takaoka
93dc41e382 Added PHP 8 into versions.xml for soap based on stubs.
Closes GH-375.
2021-01-26 19:36:57 +01:00
Yoshinari Takaoka
7e0580fe26 Added PHP 8 into versions.xml for simplexml based on stubs.
Closes GH-376.
2021-01-26 19:34:57 +01:00
Yoshinari Takaoka
924e111f78 Added PHP 8 into versions.xml for funchand based on stubs.
Closes GH-403.
2021-01-26 18:59:01 +01:00
Yoshinari Takaoka
6f739336b4 Added PHP 8 into versions.xml for outcontrol based on stubs.
Closes GH-404.
2021-01-26 18:56:50 +01:00
Yoshinari Takaoka
f036e853c1 Added PHP 8 into versions.xml for phpdbg based on stubs.
Closes GH-405.
2021-01-26 18:33:22 +01:00
Yoshinari Takaoka
4e31c0fad8 Added PHP 8 into versions.xml for gettext based on stubs.
Closes GH-406.
2021-01-26 18:32:05 +01:00
Yoshinari Takaoka
331d4ee91d Added PHP 8 into versions.xml for mail based on stubs.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-407.
2021-01-26 18:30:45 +01:00
Yoshinari Takaoka
7681315674 Added PHP 8 into versions.xml for shmop based on stubs.
Closes GH-409.
2021-01-26 18:25:40 +01:00
Yoshinari Takaoka
62d997a720 Added PHP 8 into versions.xml for gmp based on stubs.
Closes GH-408.
2021-01-26 18:24:19 +01:00
Yoshinari Takaoka
705313ab21 Added PHP 8 into versions.xml for misc based on stubs.
Closes GH-410.
2021-01-26 18:21:38 +01:00
Fabien Villepinte
0081d5b1c1 Add missing visibility modifiers for SPL
Closes GH-418.
2021-01-26 18:19:51 +01:00
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