|
1602 | 1602 |
|
1603 | 1603 | <a id="PHP_8_3"></a> |
1604 | 1604 |
|
| 1605 | +<section class="version" id="8.3.26"><!-- {{{ 8.3.26 --> |
| 1606 | +<h3>Version 8.3.26</h3> |
| 1607 | +<b><?php release_date('25-Sep-2025'); ?></b> |
| 1608 | +<ul><li>Core: |
| 1609 | +<ul> |
| 1610 | + <li>Fixed bug <?php githubissuel('php/php-src', 18850); ?> (Repeated inclusion of file with __halt_compiler() triggers "Constant already defined" warning).</li> |
| 1611 | + <li>Partially fixed bug <?php githubissuel('php/php-src', 19542); ?> (Scanning of string literals >=2GB will fail due to signed int overflow).</li> |
| 1612 | + <li>Fixed bug <?php githubissuel('php/php-src', 19544); ?> (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap references).</li> |
| 1613 | + <li>Fixed bug <?php githubissuel('php/php-src', 19613); ?> (Stale array iterator pointer).</li> |
| 1614 | + <li>Fixed bug <?php githubissuel('php/php-src', 19679); ?> (zend_ssa_range_widening may fail to converge).</li> |
| 1615 | + <li>Fixed bug <?php githubissuel('php/php-src', 19681); ?> (PHP_EXPAND_PATH broken with bash 5.3.0).</li> |
| 1616 | + <li>Fixed bug <?php githubissuel('php/php-src', 19720); ?> (Assertion failure when error handler throws when accessing a deprecated constant).</li> |
| 1617 | +</ul></li> |
| 1618 | +<li>CLI: |
| 1619 | +<ul> |
| 1620 | + <li>Fixed bug <?php githubissuel('php/php-src', 19461); ?> (Improve error message on listening error with IPv6 address).</li> |
| 1621 | +</ul></li> |
| 1622 | +<li>Date: |
| 1623 | +<ul> |
| 1624 | + <li>Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.</li> |
| 1625 | +</ul></li> |
| 1626 | +<li>DOM: |
| 1627 | +<ul> |
| 1628 | + <li>Fixed bug <?php githubissuel('php/php-src', 19612); ?> (Mitigate libxml2 tree dictionary bug).</li> |
| 1629 | +</ul></li> |
| 1630 | +<li>FPM: |
| 1631 | +<ul> |
| 1632 | + <li>Fixed failed debug assertion when php_admin_value setting fails.</li> |
| 1633 | +</ul></li> |
| 1634 | +<li>GD: |
| 1635 | +<ul> |
| 1636 | + <li>Fixed bug <?php githubissuel('php/php-src', 19579); ?> (imagefilledellipse underflow on width argument).</li> |
| 1637 | +</ul></li> |
| 1638 | +<li>Intl: |
| 1639 | +<ul> |
| 1640 | + <li>Fixed bug <?php githubissuel('php/php-src', 11952); ?> (Fix locale strings canonicalization for IntlDateFormatter and NumberFormatter).</li> |
| 1641 | +</ul></li> |
| 1642 | +<li>OpenSSL: |
| 1643 | +<ul> |
| 1644 | + <li>Fixed bug <?php githubissuel('php/php-src', 19245); ?> (Success error message on TLS stream accept failure).</li> |
| 1645 | +</ul></li> |
| 1646 | +<li>PGSQL: |
| 1647 | +<ul> |
| 1648 | + <li>Fixed bug <?php githubissuel('php/php-src', 19485); ?> (potential use after free when using persistent pgsql connections).</li> |
| 1649 | +</ul></li> |
| 1650 | +<li>Phar: |
| 1651 | +<ul> |
| 1652 | + <li>Fixed memory leaks when verifying OpenSSL signature.</li> |
| 1653 | + <li>Fix memory leak in phar tar temporary file error handling code.</li> |
| 1654 | + <li>Fix metadata leak when phar convert logic fails.</li> |
| 1655 | + <li>Fix memory leak on failure in phar_convert_to_other().</li> |
| 1656 | + <li>Fixed bug <?php githubissuel('php/php-src', 19752); ?> (Phar decompression with invalid extension can cause UAF).</li> |
| 1657 | +</ul></li> |
| 1658 | +<li>Standard: |
| 1659 | +<ul> |
| 1660 | + <li>Fixed bug <?php githubissuel('php/php-src', 16649); ?> (UAF during array_splice).</li> |
| 1661 | + <li>Fixed bug <?php githubissuel('php/php-src', 19577); ?> (Avoid integer overflow when using a small offset and PHP_INT_MAX with LimitIterator).</li> |
| 1662 | +</ul></li> |
| 1663 | +<li>Streams: |
| 1664 | +<ul> |
| 1665 | + <li>Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().</li> |
| 1666 | + <li>Fix OSS-Fuzz #385993744.</li> |
| 1667 | +</ul></li> |
| 1668 | +<li>Tidy: |
| 1669 | +<ul> |
| 1670 | + <li>Fixed <?php githubissuel('php/php-src', 19021); ?> build issue with libtidy in regard of tidyOptIsReadonly deprecation and TidyInternalCategory being available later than tidyOptGetCategory.</li> |
| 1671 | +</ul></li> |
| 1672 | +<li>Zip: |
| 1673 | +<ul> |
| 1674 | + <li>Fix memory leak in zip when encountering empty glob result.</li> |
| 1675 | +</ul></li> |
| 1676 | +</ul> |
| 1677 | +<!-- }}} --></section> |
| 1678 | + |
| 1679 | + |
| 1680 | + |
1605 | 1681 | <section class="version" id="8.3.25"><!-- {{{ 8.3.25 --> |
1606 | 1682 | <h3>Version 8.3.25</h3> |
1607 | 1683 | <b><?php release_date('28-Aug-2025'); ?></b> |
|
0 commit comments