11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3- ?? ??? ????, PHP 8.5.0beta3
3+ ?? ??? ????, PHP 8.5.0RC1
4+
5+
6+ 11 Sep 2025, PHP 8.5.0beta3
47
58- Core:
69 . Destructing non-array values (other than NULL) using [] or list() now
@@ -13,6 +16,8 @@ PHP NEWS
1316 deprecated. (alexandre-daubois)
1417 . Fixed bug GH-19681 (PHP_EXPAND_PATH broken with bash 5.3.0). (Remi)
1518 . Marks the stack as non-executable on Haiku. (David Carlier)
19+ . Deriving $_SERVER['argc'] and $_SERVER['argv'] from the query string is
20+ now deprecated. (timwolla, nicolasgrekas)
1621
1722- CLI:
1823 . Fixed bug GH-19461 (Improve error message on listening error with IPv6
@@ -39,6 +44,9 @@ PHP NEWS
3944 . Fixed bug GH-11952 (Fix locale strings canonicalization for IntlDateFormatter
4045 and NumberFormatter). (alexandre-daubois)
4146
47+ - ODBC:
48+ . Removed driver-specific build flags and support. (Calvin Buckley)
49+
4250- Opcache:
4351 . Fixed bug GH-19486 (Incorrect opline after deoptimization). (Arnaud)
4452 . Fixed bug GH-19601 (Wrong JIT stack setup on aarch64/clang). (Arnaud)
@@ -87,6 +95,8 @@ PHP NEWS
8795 (timwolla)
8896 . Return null instead of 0 for Uri\Rfc3986\Uri::getPort() when the
8997 URI contains an empty port. (timwolla)
98+ . Fixed creation of the InvalidUrlException when not passing an
99+ errors zval to the internal whatwg parser. (timwolla)
90100 . Clean up naming of internal API. (timwolla)
91101
9210228 Aug 2025, PHP 8.5.0beta2
0 commit comments