|
1009 | 1009 |
|
1010 | 1010 | <a id="PHP_8_3"></a> |
1011 | 1011 |
|
| 1012 | +<section class="version" id="8.3.20"><!-- {{{ 8.3.20 --> |
| 1013 | +<h3>Version 8.3.20</h3> |
| 1014 | +<b><?php release_date('10-Apr-2025'); ?></b> |
| 1015 | +<ul><li>Core: |
| 1016 | +<ul> |
| 1017 | + <li>Fixed bug <?php githubissuel('php/php-src', 17961); ?> (use-after-free during dl()'ed module class destruction).</li> |
| 1018 | + <li>Fixed bug <?php githubissuel('php/php-src', 15367); ?> (dl() of module with aliased class crashes in shutdown).</li> |
| 1019 | + <li>Fixed bug <?php githubissuel('php/php-src', 13193); ?> again (Significant performance degradation in 'foreach').</li> |
| 1020 | +</ul></li> |
| 1021 | +<li>DOM: |
| 1022 | +<ul> |
| 1023 | + <li>Fix weird unpack behaviour in DOM.</li> |
| 1024 | + <li>Fix xinclude destruction of live attributes.</li> |
| 1025 | +</ul></li> |
| 1026 | +<li>Embed: |
| 1027 | +<ul> |
| 1028 | + <li>Fixed bug <?php githubissuel('php/php-src', 8533); ?> (Unable to link dynamic libphp on Mac).</li> |
| 1029 | +</ul></li> |
| 1030 | +<li>Fuzzer: |
| 1031 | +<ul> |
| 1032 | + <li>Fixed bug <?php githubissuel('php/php-src', 18081); ?> (Memory leaks in error paths of fuzzer SAPI).</li> |
| 1033 | +</ul></li> |
| 1034 | +<li>GD: |
| 1035 | +<ul> |
| 1036 | + <li>Fixed bug <?php githubissuel('php/php-src', 17984); ?> (calls with arguments as array with references).</li> |
| 1037 | +</ul></li> |
| 1038 | +<li>Intl: |
| 1039 | +<ul> |
| 1040 | + <li>Fix locale_compose and locale_lookup to work with their array argument with values as references.</li> |
| 1041 | + <li>Fix dateformat_format when the time is an array of references.</li> |
| 1042 | + <li>Fix UConverter::transcode with substitutes as references.</li> |
| 1043 | +</ul></li> |
| 1044 | +<li>Mbstring: |
| 1045 | +<ul> |
| 1046 | + <li>Fixed bug <?php githubissuel('php/php-src', 17989); ?> (mb_output_handler crash with unset http_output_conv_mimetypes).</li> |
| 1047 | +</ul></li> |
| 1048 | +<li>Opcache: |
| 1049 | +<ul> |
| 1050 | + <li>Fixed bug <?php githubissuel('php/php-src', 18112); ?> (NULL access with preloading and INI option).</li> |
| 1051 | + <li>Fixed bug <?php githubissuel('php/php-src', 18107); ?> (Opcache CFG jmp optimization with try-finally breaks the exception table).</li> |
| 1052 | +</ul></li> |
| 1053 | +<li>PDO: |
| 1054 | +<ul> |
| 1055 | + <li>Fix memory leak when destroying PDORow.</li> |
| 1056 | +</ul></li> |
| 1057 | +<li>SOAP: |
| 1058 | +<ul> |
| 1059 | + <li><?php bugfix(66049); ?> (Typemap can break parsing in parse_packet_soap leading to a segfault) .</li> |
| 1060 | +</ul></li> |
| 1061 | +<li>SPL: |
| 1062 | +<ul> |
| 1063 | + <li>Fixed bug <?php githubissuel('php/php-src', 18018); ?> (RC1 data returned from offsetGet causes UAF in ArrayObject).</li> |
| 1064 | +</ul></li> |
| 1065 | +<li>Treewide: |
| 1066 | +<ul> |
| 1067 | + <li>Fixed bug <?php githubissuel('php/php-src', 17736); ?> (Assertion failure zend_reference_destroy()).</li> |
| 1068 | +</ul></li> |
| 1069 | +<li>Windows: |
| 1070 | +<ul> |
| 1071 | + <li>Fixed bug <?php githubissuel('php/php-src', 17836); ?> (zend_vm_gen.php shouldn't break on Windows line endings).</li> |
| 1072 | +</ul></li> |
| 1073 | +</ul> |
| 1074 | +<!-- }}} --></section> |
| 1075 | + |
| 1076 | + |
| 1077 | + |
1012 | 1078 | <section class="version" id="8.3.19"><!-- {{{ 8.3.19 --> |
1013 | 1079 | <h3>Version 8.3.19</h3> |
1014 | 1080 | <b><?php release_date('13-Mar-2025'); ?></b> |
|
0 commit comments