|
1690 | 1690 |
|
1691 | 1691 | <a id="PHP_8_3"></a> |
1692 | 1692 |
|
| 1693 | +<section class="version" id="8.3.27"><!-- {{{ 8.3.27 --> |
| 1694 | +<h3>Version 8.3.27</h3> |
| 1695 | +<b><?php release_date('23-Oct-2025'); ?></b> |
| 1696 | +<ul><li>Core: |
| 1697 | +<ul> |
| 1698 | + <li>Fixed bug <?php githubissuel('php/php-src', 19765); ?> (object_properties_load() bypasses readonly property checks).</li> |
| 1699 | + <li>Fixed hard_timeout with --enable-zend-max-execution-timers.</li> |
| 1700 | + <li>Fixed bug <?php githubissuel('php/php-src', 19792); ?> (SCCP causes UAF for return value if both warning and exception are triggered).</li> |
| 1701 | + <li>Fixed bug <?php githubissuel('php/php-src', 19653); ?> (Closure named argument unpacking between temporary closures can cause a crash).</li> |
| 1702 | + <li>Fixed bug <?php githubissuel('php/php-src', 19839); ?> (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array).</li> |
| 1703 | + <li>Fixed bug <?php githubissuel('php/php-src', 19480); ?> (error_log php.ini cannot be unset when open_basedir is configured).</li> |
| 1704 | + <li>Fixed bug <?php githubissuel('php/php-src', 20002); ?> (Broken build on *BSD with MSAN).</li> |
| 1705 | +</ul></li> |
| 1706 | +<li>CLI: |
| 1707 | +<ul> |
| 1708 | + <li>Fix useless "Failed to poll event" error logs due to EAGAIN in CLI server with PHP_CLI_SERVER_WORKERS.</li> |
| 1709 | +</ul></li> |
| 1710 | +<li>Curl: |
| 1711 | +<ul> |
| 1712 | + <li>Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead of the curl_copy_handle() function to clone a CurlHandle.</li> |
| 1713 | + <li>Fix curl build and test failures with version 8.16.</li> |
| 1714 | +</ul></li> |
| 1715 | +<li>Date: |
| 1716 | +<ul> |
| 1717 | + <li>Fixed <?php githubissuel('php/php-src', 17159); ?>: "P" format for ::createFromFormat swallows string literals.</li> |
| 1718 | +</ul></li> |
| 1719 | +<li>DBA: |
| 1720 | +<ul> |
| 1721 | + <li>Fixed <?php githubissuel('php/php-src', 19885); ?> (dba_fetch() overflow on skip argument).</li> |
| 1722 | +</ul></li> |
| 1723 | +<li>GD: |
| 1724 | +<ul> |
| 1725 | + <li>Fixed <?php githubissuel('php/php-src', 19955); ?> (imagefttext() memory leak).</li> |
| 1726 | +</ul></li> |
| 1727 | +<li>MySQLnd: |
| 1728 | +<ul> |
| 1729 | + <li><?php bugfix(67563); ?> (mysqli compiled with mysqlnd does not take ipv6 adress as parameter).</li> |
| 1730 | +</ul></li> |
| 1731 | +<li>Phar: |
| 1732 | +<ul> |
| 1733 | + <li>Fix memory leak and invalid continuation after tar header writing fails.</li> |
| 1734 | + <li>Fix memory leaks when creating temp file fails when applying zip signature.</li> |
| 1735 | +</ul></li> |
| 1736 | +<li>SimpleXML: |
| 1737 | +<ul> |
| 1738 | + <li>Fixed bug <?php githubissuel('php/php-src', 19988); ?> (zend_string_init with NULL pointer in simplexml (UB)).</li> |
| 1739 | +</ul></li> |
| 1740 | +<li>Soap: |
| 1741 | +<ul> |
| 1742 | + <li>Fixed bug <?php githubissuel('php/php-src', 19784); ?> (SoapServer memory leak).</li> |
| 1743 | + <li>Fixed bug <?php githubissuel('php/php-src', 20011); ?> (Array of SoapVar of unknown type causes crash).</li> |
| 1744 | +</ul></li> |
| 1745 | +<li>Standard: |
| 1746 | +<ul> |
| 1747 | + <li>Fixed bug <?php githubissuel('php/php-src', 12265); ?> (Cloning an object breaks serialization recursion).</li> |
| 1748 | + <li>Fixed bug <?php githubissuel('php/php-src', 19701); ?> (Serialize/deserialize loses some data).</li> |
| 1749 | + <li>Fixed bug <?php githubissuel('php/php-src', 19801); ?> (leaks in var_dump() and debug_zval_dump()).</li> |
| 1750 | + <li>Fixed bug <?php githubissuel('php/php-src', 20043); ?> (array_unique assertion failure with RC1 array causing an exception on sort).</li> |
| 1751 | + <li>Fixed bug <?php githubissuel('php/php-src', 19926); ?> (reset internal pointer earlier while splicing array while COW violation flag is still set).</li> |
| 1752 | + <li>Fixed bug <?php githubissuel('php/php-src', 19570); ?> (unable to fseek in /dev/zero and /dev/null).</li> |
| 1753 | +</ul></li> |
| 1754 | +<li>Streams: |
| 1755 | +<ul> |
| 1756 | + <li>Fixed bug <?php githubissuel('php/php-src', 19248); ?> (Use strerror_r instead of strerror in main).</li> |
| 1757 | + <li>Fixed bug <?php githubissuel('php/php-src', 17345); ?> (Bug #35916 was not completely fixed).</li> |
| 1758 | + <li>Fixed bug <?php githubissuel('php/php-src', 19705); ?> (segmentation when attempting to flush on non seekable stream.</li> |
| 1759 | +</ul></li> |
| 1760 | +<li>XMLReader: |
| 1761 | +<ul> |
| 1762 | + <li>Fixed bug <?php githubissuel('php/php-src', 20009); ?> (XMLReader leak on RelaxNG schema failure).</li> |
| 1763 | +</ul></li> |
| 1764 | +<li>Zip: |
| 1765 | +<ul> |
| 1766 | + <li>Fixed bug <?php githubissuel('php/php-src', 19688); ?> (Remove pattern overflow in zip addGlob()).</li> |
| 1767 | + <li>Fixed bug <?php githubissuel('php/php-src', 19932); ?> (Memory leak in zip setEncryptionName()/setEncryptionIndex()).</li> |
| 1768 | +</ul></li> |
| 1769 | +<li>Zlib: |
| 1770 | +<ul> |
| 1771 | + <li>Fixed bug <?php githubissuel('php/php-src', 19922); ?> (Double free on gzopen).</li> |
| 1772 | +</ul></li> |
| 1773 | +</ul> |
| 1774 | +<!-- }}} --></section> |
| 1775 | + |
| 1776 | + |
| 1777 | + |
1693 | 1778 | <section class="version" id="8.3.26"><!-- {{{ 8.3.26 --> |
1694 | 1779 | <h3>Version 8.3.26</h3> |
1695 | 1780 | <b><?php release_date('25-Sep-2025'); ?></b> |
|
0 commit comments