|
9 | 9 |
|
10 | 10 | <a id="PHP_8_5"></a> |
11 | 11 |
|
| 12 | +<section class="version" id="8.5.5"><!-- {{{ 8.5.5 --> |
| 13 | +<h3>Version 8.5.5</h3> |
| 14 | +<b><?php release_date('09-Apr-2026'); ?></b> |
| 15 | +<ul><li>Core: |
| 16 | +<ul> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 20672); ?> (Incorrect property_info sizing for locally shadowed trait properties).</li> |
| 18 | + <li>Fixed bugs <?php githubissuel('php/php-src', 20875); ?>, <?php githubissuel('php/php-src', 20873); ?>, <?php githubissuel('php/php-src', 20854); ?> (Propagate IN_GET guard in get_property_ptr_ptr for lazy proxies).</li> |
| 19 | +</ul></li> |
| 20 | +<li>Bz2: |
| 21 | +<ul> |
| 22 | + <li>Fix truncation of total output size causing erroneous errors.</li> |
| 23 | +</ul></li> |
| 24 | +<li>DOM: |
| 25 | +<ul> |
| 26 | + <li>Fixed bug <?php githubissuel('php/php-src', 21486); ?> (Dom\HTMLDocument parser mangles xml:space and xml:lang attributes).</li> |
| 27 | +</ul></li> |
| 28 | +<li>FFI: |
| 29 | +<ul> |
| 30 | + <li>Fixed resource leak in FFI::cdef() onsymbol resolution failure.</li> |
| 31 | +</ul></li> |
| 32 | +<li>GD: |
| 33 | +<ul> |
| 34 | + <li>Fixed bug <?php githubissuel('php/php-src', 21431); ?> (phpinfo() to display libJPEG 10.0 support).</li> |
| 35 | +</ul></li> |
| 36 | +<li>Opcache: |
| 37 | +<ul> |
| 38 | + <li>Fixed bug <?php githubissuel('php/php-src', 21052); ?> (Preloaded constant erroneously propagated to file-cached script).</li> |
| 39 | + <li>Fixed bug <?php githubissuel('php/php-src', 20838); ?> (JIT compiler produces wrong arithmetic results).</li> |
| 40 | + <li>Fixed bug <?php githubissuel('php/php-src', 21267); ?> (JIT tracing: infinite loop on FETCH_OBJ_R with IS_UNDEF property in polymorphic context).</li> |
| 41 | + <li>Fixed bug <?php githubissuel('php/php-src', 21395); ?> (uaf in jit).</li> |
| 42 | +</ul></li> |
| 43 | +<li>OpenSSL: |
| 44 | +<ul> |
| 45 | + <li>Fixed bug <?php githubissuel('php/php-src', 21083); ?> (Skip private_key_bits validation for EC/curve-based keys).</li> |
| 46 | + <li>Fix missing error propagation for BIO_printf() calls.</li> |
| 47 | +</ul></li> |
| 48 | +<li>PCNTL: |
| 49 | +<ul> |
| 50 | + <li>Fixed signal handler installation on AIX by bumping the storage size of the num_signals global.</li> |
| 51 | +</ul></li> |
| 52 | +<li>PCRE: |
| 53 | +<ul> |
| 54 | + <li>Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl, php_pcre_split_impl, and php_pcre_grep_impl.</li> |
| 55 | +</ul></li> |
| 56 | +<li>Phar: |
| 57 | +<ul> |
| 58 | + <li>Fixed bug <?php githubissuel('php/php-src', 21333); ?> (use after free when unlinking entries during iteration of a compressed phar).</li> |
| 59 | +</ul></li> |
| 60 | +<li>SNMP: |
| 61 | +<ul> |
| 62 | + <li>Fixed bug <?php githubissuel('php/php-src', 21336); ?> (SNMP::setSecurity() undefined behavior with NULL arguments).</li> |
| 63 | +</ul></li> |
| 64 | +<li>SOAP: |
| 65 | +<ul> |
| 66 | + <li>Fixed Set-Cookie parsing bug wrong offset while scanning attributes.</li> |
| 67 | +</ul></li> |
| 68 | +<li>SPL: |
| 69 | +<ul> |
| 70 | + <li>Fixed bug <?php githubissuel('php/php-src', 21454); ?> (missing write lock validation in SplHeap).</li> |
| 71 | +</ul></li> |
| 72 | +<li>Standard: |
| 73 | +<ul> |
| 74 | + <li>Fixed bug <?php githubissuel('php/php-src', 20906); ?> (Assertion failure when messing up output buffers).</li> |
| 75 | + <li>Fixed bug <?php githubissuel('php/php-src', 20627); ?> (Cannot identify some avif images with getimagesize).</li> |
| 76 | +</ul></li> |
| 77 | +<li>Sysvshm: |
| 78 | +<ul> |
| 79 | + <li>Fix memory leak in shm_get_var() when variable is corrupted.</li> |
| 80 | +</ul></li> |
| 81 | +<li>XSL: |
| 82 | +<ul> |
| 83 | + <li>Fix <?php githubissuel('php/php-src', 21357); ?> (XSLTProcessor works with DOMDocument, but fails with Dom\XMLDocument).</li> |
| 84 | + <li>Fixed bug <?php githubissuel('php/php-src', 21496); ?> (UAF in dom_objects_free_storage).</li> |
| 85 | +</ul></li> |
| 86 | +</ul> |
| 87 | +<!-- }}} --></section> |
| 88 | + |
| 89 | + |
| 90 | + |
12 | 91 | <section class="version" id="8.5.4"><!-- {{{ 8.5.4 --> |
13 | 92 | <h3>Version 8.5.4</h3> |
14 | 93 | <b><?php release_date('12-Mar-2026'); ?></b> |
|
0 commit comments