PHP 8.1 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 8.1 is
8.1.34 which includes important security patches.
Source Code
Change Log
-
apache
-
Fixed bug
GH-9949 (Partial content on incomplete POST request).
-
core
-
date
-
Fixed bug
GH-9891 (DateTime modify with unixtimestamp (@) must work like setTimestamp).
-
Fixed bug
GH-10218 (DateTimeZone fails to parse time zones that contain the "+" character).
-
fiber
-
fpm
-
Fixed bug
GH-9981 (FPM does not reset fastcgi.error_header).
-
Fixed bug
#67244 (Wrong owner:group for listening unix socket).
-
hash
-
ldap
-
Fixed bug
GH-10112 (LDAP\Connection::__construct() refers to ldap_create()).
-
mbstring
-
Fixed: mb_strlen (and a couple of other mbstring functions) would wrongly treat 0x80, 0xFD, 0xFE, 0xFF, and certain other byte values as the first byte of a 2-byte SJIS character.
-
opcache
-
Fix inverted bailout value in zend_runtime_jit() (Max Kellermann).
-
Fix access to uninitialized variable in accel_preload().
-
Fix zend_jit_find_trace() crashes.
-
Added missing lock for EXIT_INVALIDATE in zend_jit_trace_exit.
-
phar
-
phpdbg
-
Fix undefined behaviour in phpdbg_load_module_or_extension().
-
Fix NULL pointer dereference in phpdbg_create_conditional_breal().
-
Fix
GH-9710: phpdbg memory leaks by option "-h" (nielsdos)
-
Fix phpdbg segmentation fault in case of malformed input (nielsdos)
-
posix
-
standard
-
tsrm
-
xmlwriter