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
-
PHP 8.1.2 (tar.gz)
- sha256: 9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde
-
PHP 8.1.2 (tar.bz2)
- sha256: 913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9
-
PHP 8.1.2 (tar.xz)
- sha256: 6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd
Change Log
-
core
-
filter
-
hash
-
Fixed bug
GH-7759 (Incorrect return types for hash() and hash_hmac()).
-
Fixed bug
GH-7826 (Inconsistent argument name in hash_hmac_file and hash_file).
-
mbstring
-
Fixed bug
#81693 (mb_check_encoding(7bit) segfaults).
-
mysqli
-
mysqlnd
-
oci8
-
Fixed bug
GH-7765 (php_oci_cleanup_global_handles segfaults at second call).
-
opcache
-
Fixed bug
#81679 (Tracing JIT crashes on reattaching).
-
readline
-
Fixed bug
#81598 (Cannot input unicode characters in PHP 8 interactive shell).
-
reflection
-
Fixed bug
#81681 (ReflectionEnum throwing exceptions).
-
pdo_pgsql
-
sockets
-
spl
-
Fixed bug
#75917 (SplFileObject::seek broken with CSV flags).
-
Fixed bug
GH-7809 (Cloning a faked SplFileInfo object may segfault).
-
standard
-
Fixed bug
GH-7748 (gethostbyaddr outputs binary string).
-
Fixed bug
GH-7815 (php_uname doesn't recognise latest Windows versions).