|
877 | 877 |
|
878 | 878 | <a id="PHP_8_4"></a> |
879 | 879 |
|
| 880 | +<section class="version" id="8.4.20"><!-- {{{ 8.4.20 --> |
| 881 | +<h3>Version 8.4.20</h3> |
| 882 | +<b><?php release_date('09-Apr-2026'); ?></b> |
| 883 | +<ul><li>Bz2: |
| 884 | +<ul> |
| 885 | + <li>Fix truncation of total output size causing erroneous errors.</li> |
| 886 | +</ul></li> |
| 887 | +<li>Core: |
| 888 | +<ul> |
| 889 | + <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> |
| 890 | +</ul></li> |
| 891 | +<li>DOM: |
| 892 | +<ul> |
| 893 | + <li>Fixed bug <?php githubissuel('php/php-src', 21486); ?> (Dom\HTMLDocument parser mangles xml:space and xml:lang attributes).</li> |
| 894 | +</ul></li> |
| 895 | +<li>FFI: |
| 896 | +<ul> |
| 897 | + <li>Fixed resource leak in FFI::cdef() onsymbol resolution failure.</li> |
| 898 | +</ul></li> |
| 899 | +<li>GD: |
| 900 | +<ul> |
| 901 | + <li>Fixed bug <?php githubissuel('php/php-src', 21431); ?> (phpinfo() to display libJPEG 10.0 support).</li> |
| 902 | +</ul></li> |
| 903 | +<li>Opcache: |
| 904 | +<ul> |
| 905 | + <li>Fixed bug <?php githubissuel('php/php-src', 20838); ?> (JIT compiler produces wrong arithmetic results).</li> |
| 906 | + <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> |
| 907 | + <li>Fixed bug <?php githubissuel('php/php-src', 21395); ?> (uaf in jit).</li> |
| 908 | +</ul></li> |
| 909 | +<li>OpenSSL: |
| 910 | +<ul> |
| 911 | + <li>Fixed bug <?php githubissuel('php/php-src', 21083); ?> (Skip private_key_bits validation for EC/curve-based keys).</li> |
| 912 | + <li>Fix missing error propagation for BIO_printf() calls.</li> |
| 913 | +</ul></li> |
| 914 | +<li>PCRE: |
| 915 | +<ul> |
| 916 | + <li>Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl, php_pcre_split_impl, and php_pcre_grep_impl.</li> |
| 917 | +</ul></li> |
| 918 | +<li>PGSQL: |
| 919 | +<ul> |
| 920 | + <li>Fixed preprocessor silently guarding PGSQL_SUPPRESS_TIMESTAMPS support due to a typo.</li> |
| 921 | +</ul></li> |
| 922 | +<li>SNMP: |
| 923 | +<ul> |
| 924 | + <li>Fixed bug <?php githubissuel('php/php-src', 21336); ?> (SNMP::setSecurity() undefined behavior with NULL arguments).</li> |
| 925 | +</ul></li> |
| 926 | +<li>SOAP: |
| 927 | +<ul> |
| 928 | + <li>Fixed Set-Cookie parsing bug wrong offset while scanning attributes.</li> |
| 929 | +</ul></li> |
| 930 | +<li>SPL: |
| 931 | +<ul> |
| 932 | + <li>Fixed bug <?php githubissuel('php/php-src', 21454); ?> (missing write lock validation in SplHeap).</li> |
| 933 | +</ul></li> |
| 934 | +<li>Standard: |
| 935 | +<ul> |
| 936 | + <li>Fixed bug <?php githubissuel('php/php-src', 20906); ?> (Assertion failure when messing up output buffers).</li> |
| 937 | + <li>Fixed bug <?php githubissuel('php/php-src', 20627); ?> (Cannot identify some avif images with getimagesize).</li> |
| 938 | +</ul></li> |
| 939 | +<li>Sysvshm: |
| 940 | +<ul> |
| 941 | + <li>Fix memory leak in shm_get_var() when variable is corrupted.</li> |
| 942 | +</ul></li> |
| 943 | +<li>XSL: |
| 944 | +<ul> |
| 945 | + <li>Fix <?php githubissuel('php/php-src', 21357); ?> (XSLTProcessor works with DOMDocument, but fails with Dom\XMLDocument).</li> |
| 946 | + <li>Fixed bug <?php githubissuel('php/php-src', 21496); ?> (UAF in dom_objects_free_storage).</li> |
| 947 | +</ul></li> |
| 948 | +</ul> |
| 949 | +<!-- }}} --></section> |
| 950 | + |
| 951 | + |
| 952 | + |
880 | 953 | <section class="version" id="8.4.19"><!-- {{{ 8.4.19 --> |
881 | 954 | <h3>Version 8.4.19</h3> |
882 | 955 | <b><?php release_date('12-Mar-2026'); ?></b> |
|
0 commit comments