|
9 | 9 |
|
10 | 10 | <a id="PHP_8_5"></a> |
11 | 11 |
|
| 12 | +<section class="version" id="8.5.4"><!-- {{{ 8.5.4 --> |
| 13 | +<h3>Version 8.5.4</h3> |
| 14 | +<b><?php release_date('12-Mar-2026'); ?></b> |
| 15 | +<ul><li>Core: |
| 16 | +<ul> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 21029); ?> (zend_mm_heap corrupted on Aarch64, LTO builds).</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 21059); ?> (Segfault when preloading constant AST closure).</li> |
| 19 | + <li>Fixed bug <?php githubissuel('php/php-src', 21072); ?> (Crash on (unset) cast in constant expression).</li> |
| 20 | + <li>Fix deprecation now showing when accessing null key of an array with JIT.</li> |
| 21 | + <li>Fixed bug <?php githubissuel('php/php-src', 20657); ?> (Assertion failure in zend_lazy_object_get_info triggered by setRawValueWithoutLazyInitialization() and newLazyGhost()).</li> |
| 22 | + <li>Fixed bug <?php githubissuel('php/php-src', 20504); ?> (Assertion failure in zend_get_property_guard when accessing properties on Reflection LazyProxy via isset()).</li> |
| 23 | + <li>Fixed OSS-Fuzz #478009707 (Borked assign-op/inc/dec on untyped hooked property backing value).</li> |
| 24 | + <li>Fixed bug <?php githubissuel('php/php-src', 21215); ?> (Build fails with -std=).</li> |
| 25 | + <li>Fixed bug <?php githubissuel('php/php-src', 13674); ?> (Build system installs libtool wrappers when using slibtool).</li> |
| 26 | +</ul></li> |
| 27 | +<li>Curl: |
| 28 | +<ul> |
| 29 | + <li>Don't truncate length.</li> |
| 30 | +</ul></li> |
| 31 | +<li>Date: |
| 32 | +<ul> |
| 33 | + <li>Fixed bug <?php githubissuel('php/php-src', 20936); ?> (DatePeriod::__set_state() cannot handle null start).</li> |
| 34 | + <li>Fix timezone offset with seconds losing precision.</li> |
| 35 | +</ul></li> |
| 36 | +<li>DOM: |
| 37 | +<ul> |
| 38 | + <li>Fixed bug <?php githubissuel('php/php-src', 21077); ?> (Accessing Dom\Node::baseURI can throw TypeError).</li> |
| 39 | + <li>Fixed bug <?php githubissuel('php/php-src', 21097); ?> (Accessing Dom\Node properties can can throw TypeError).</li> |
| 40 | +</ul></li> |
| 41 | +<li>LDAP: |
| 42 | +<ul> |
| 43 | + <li>Fixed bug <?php githubissuel('php/php-src', 21262); ?> (ldap_modify() too strict controls argument validation makes it impossible to unset attribute).</li> |
| 44 | +</ul></li> |
| 45 | +<li>MBString: |
| 46 | +<ul> |
| 47 | + <li>Fixed bug <?php githubissuel('php/php-src', 21223); ?>; mb_guess_encoding no longer crashes when passed huge list of candidate encodings (with 200,000+ entries).</li> |
| 48 | +</ul></li> |
| 49 | +<li>Opcache: |
| 50 | +<ul> |
| 51 | + <li>Fixed bug <?php githubissuel('php/php-src', 20718); ?> ("Insufficient shared memory" when using JIT on Solaris).</li> |
| 52 | + <li>Fixed bug <?php githubissuel('php/php-src', 21227); ?> (Borked SCCP of array containing partial object).</li> |
| 53 | +</ul></li> |
| 54 | +<li>OpenSSL: |
| 55 | +<ul> |
| 56 | + <li>Fix a bunch of leaks and error propagation.</li> |
| 57 | +</ul></li> |
| 58 | +<li>Windows: |
| 59 | +<ul> |
| 60 | + <li>Fixed compilation with clang (missing intrin.h include).</li> |
| 61 | +</ul></li> |
| 62 | +</ul> |
| 63 | +<!-- }}} --></section> |
| 64 | + |
| 65 | + |
| 66 | + |
12 | 67 | <section class="version" id="8.5.3"><!-- {{{ 8.5.3 --> |
13 | 68 | <h3>Version 8.5.3</h3> |
14 | 69 | <b><?php release_date('12-Feb-2026'); ?></b> |
|
0 commit comments