|
2565 | 2565 |
|
2566 | 2566 | <a id="PHP_8_3"></a> |
2567 | 2567 |
|
| 2568 | +<section class="version" id="8.3.30"><!-- {{{ 8.3.30 --> |
| 2569 | +<h3>Version 8.3.30</h3> |
| 2570 | +<b><?php release_date('15-Jan-2026'); ?></b> |
| 2571 | +<ul><li>Core: |
| 2572 | +<ul> |
| 2573 | + <li>Fix OSS-Fuzz #465488618 (Wrong assumptions when dumping function signature with dynamic class const lookup default argument).</li> |
| 2574 | + <li>Fixed bug <?php githubissuel('php/php-src', 20695); ?> (Assertion failure in normalize_value() when parsing malformed INI input via parse_ini_string()).</li> |
| 2575 | + <li>Fixed bug <?php githubissuel('php/php-src', 20714); ?> (Uncatchable exception thrown in generator).</li> |
| 2576 | + <li>Fixed bug <?php githubissuel('php/php-src', 20352); ?> (UAF in php_output_handler_free via re-entrant ob_start() during error deactivation).</li> |
| 2577 | +</ul></li> |
| 2578 | +<li>Bz2: |
| 2579 | +<ul> |
| 2580 | + <li>Fixed bug <?php githubissuel('php/php-src', 20620); ?> (bzcompress overflow on large source size).</li> |
| 2581 | +</ul></li> |
| 2582 | +<li>DOM: |
| 2583 | +<ul> |
| 2584 | + <li>Fixed bug <?php githubissuel('php/php-src', 20722); ?> (Null pointer dereference in DOM namespace node cloning via clone on malformed objects).</li> |
| 2585 | +</ul></li> |
| 2586 | +<li>GD: |
| 2587 | +<ul> |
| 2588 | + <li>Fixed bug <?php githubissuel('php/php-src', 20622); ?> (imagestring/imagestringup overflow).</li> |
| 2589 | +</ul></li> |
| 2590 | +<li>Intl: |
| 2591 | +<ul> |
| 2592 | + <li>Fix leak in umsg_format_helper().</li> |
| 2593 | +</ul></li> |
| 2594 | +<li>LDAP: |
| 2595 | +<ul> |
| 2596 | + <li>Fix memory leak in ldap_set_options().</li> |
| 2597 | +</ul></li> |
| 2598 | +<li>Mbstring: |
| 2599 | +<ul> |
| 2600 | + <li>Fixed bug <?php githubissuel('php/php-src', 20674); ?> (mb_decode_mimeheader does not handle separator).</li> |
| 2601 | +</ul></li> |
| 2602 | +<li>Phar: |
| 2603 | +<ul> |
| 2604 | + <li>Fixed bug <?php githubissuel('php/php-src', 20732); ?> (Phar::LoadPhar undefined behavior when reading fails).</li> |
| 2605 | + <li>Fix SplFileInfo::openFile() in write mode.</li> |
| 2606 | + <li>Fix build on legacy OpenSSL 1.1.0 systems.</li> |
| 2607 | +</ul></li> |
| 2608 | +<li>POSIX: |
| 2609 | +<ul> |
| 2610 | + <li>Fixed crash on posix groups to php array creation on macos.</li> |
| 2611 | +</ul></li> |
| 2612 | +<li>SPL: |
| 2613 | +<ul> |
| 2614 | + <li>Fixed bug <?php githubissuel('php/php-src', 20678); ?> (resource created by GlobIterator crashes with fclose()).</li> |
| 2615 | +</ul></li> |
| 2616 | +<li>Sqlite3: |
| 2617 | +<ul> |
| 2618 | + <li>Fixed bug <?php githubissuel('php/php-src', 20699); ?> (SQLite3Result fetchArray return array|false, null returned).</li> |
| 2619 | +</ul></li> |
| 2620 | +<li>Standard: |
| 2621 | +<ul> |
| 2622 | + <li>Fix error check for proc_open() command.</li> |
| 2623 | + <li>Fixed bug <?php githubissuel('php/php-src', 20582); ?> (Heap Buffer Overflow in iptcembed).</li> |
| 2624 | +</ul></li> |
| 2625 | +<li>Zlib: |
| 2626 | +<ul> |
| 2627 | + <li>Fix OOB gzseek() causing assertion failure.</li> |
| 2628 | +</ul></li> |
| 2629 | +</ul> |
| 2630 | +<!-- }}} --></section> |
| 2631 | + |
| 2632 | + |
| 2633 | + |
2568 | 2634 | <section class="version" id="8.3.29"><!-- {{{ 8.3.29 --> |
2569 | 2635 | <h3>Version 8.3.29</h3> |
2570 | 2636 | <b><?php release_date('18-Dec-2025'); ?></b> |
|
0 commit comments