The latest release of PHP 8.5 is
8.5.10 which includes important security patches.
Source Code
-
PHP 8.5.4 (tar.gz)
- sha256: 4fef7f44eff3c18e329504cb0d3eb30b41cf54e2db05cb4ebe8b78fc37d38ce1
-
PHP 8.5.4 (tar.bz2)
- sha256: 2ac929a29a6b7ef4b8acec981a417b91bdf7f548f597df665cc56ab9ea95fc75
-
PHP 8.5.4 (tar.xz)
- sha256: c1569f1f543f6b025c583cdc0e730e5c5833c603618613f1aa8e75d1524b8c91
Change Log
-
core
-
curl
-
date
-
dom
-
Fixed bug
GH-21077 (Accessing Dom\Node::baseURI can throw TypeError).
-
Fixed bug
GH-21097 (Accessing Dom\Node properties can can throw TypeError).
-
ldap
-
Fixed bug
GH-21262 (ldap_modify() too strict controls argument validation makes it impossible to unset attribute).
-
mbstring
-
Fixed bug
GH-21223; mb_guess_encoding no longer crashes when passed huge list of candidate encodings (with 200,000+ entries).
-
opcache
-
Fixed bug
GH-20718 ("Insufficient shared memory" when using JIT on Solaris).
-
Fixed bug
GH-21227 (Borked SCCP of array containing partial object).
-
openssl
-
windows