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.3 (tar.gz)
- sha256: 92d74f5a4af7de90cef6cda65bd0c341dc9a1027b32f70e7b8861f6f68a38bb2
-
PHP 8.1.3 (tar.bz2)
- sha256: 354c4e2c506046eca812d1fc2526884a2f54b5e3d20ef0ede919a69eb232d0be
-
PHP 8.1.3 (tar.xz)
- sha256: 5d65a11071b47669c17452fb336c290b67c101efb745c1dbe7525b5caf546ec6
Change Log
-
core
-
Fixed bug
#81430 (Attribute instantiation leaves dangling pointer).
-
Fixed bug
GH-7896 (Environment vars may be mangled on Windows).
-
Fixed bug
GH-7883 (Segfault when INI file is not readable).
-
ffi
-
Fixed bug
GH-7867 (FFI::cast() from pointer to array is broken).
-
filter
-
fpm
-
mbstring
-
Fixed bug
GH-7902 (mb_send_mail may delimit headers with LF only).
-
mysqlnd
-
Fixed bug
GH-7972 (MariaDB version prefix 5.5.5- is not stripped).
-
pcntl
-
sockets
-
Fixed bug
GH-7978 (sockets extension compilation errors).
-
standard
-
Fixed bug
GH-7899 (Regression in unpack for negative int value).
-
Fixed bug
GH-7875 (mails are sent even if failure to log throws exception).