|
1651 | 1651 |
|
1652 | 1652 | <a id="PHP_8_1"></a> |
1653 | 1653 |
|
| 1654 | +<section class="version" id="8.1.27"><!-- {{{ 8.1.27 --> |
| 1655 | +<h3>Version 8.1.27</h3> |
| 1656 | +<b><?php release_date('21-Dec-2023'); ?></b> |
| 1657 | +<ul><li>Core: |
| 1658 | +<ul> |
| 1659 | + <li>Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious error handler).</li> |
| 1660 | + <li>Fixed oss-fuzz #64209 (In-place modification of filename in php_message_handler_for_zend).</li> |
| 1661 | + <li>Fixed bug <?php githubissuel('php/php-src', 12758); ?> / <?php githubissuel('php/php-src', 12768); ?> (Invalid opline in OOM handlers within ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC).</li> |
| 1662 | +</ul></li> |
| 1663 | +<li>DOM: |
| 1664 | +<ul> |
| 1665 | + <li>Fixed bug <?php githubissuel('php/php-src', 12616); ?> (DOM: Removing XMLNS namespace node results in invalid default: prefix).</li> |
| 1666 | +</ul></li> |
| 1667 | +<li>FPM: |
| 1668 | +<ul> |
| 1669 | + <li>Fixed bug <?php githubissuel('php/php-src', 12705); ?> (Segmentation fault in fpm_status_export_to_zval).</li> |
| 1670 | +</ul></li> |
| 1671 | +<li>Intl: |
| 1672 | +<ul> |
| 1673 | + <li>Fixed bug <?php githubissuel('php/php-src', 12635); ?> (Test bug69398.phpt fails with ICU 74.1).</li> |
| 1674 | +</ul></li> |
| 1675 | +<li>LibXML: |
| 1676 | +<ul> |
| 1677 | + <li>Fixed bug <?php githubissuel('php/php-src', 12702); ?> (libxml2 2.12.0 issue building from src).</li> |
| 1678 | +</ul></li> |
| 1679 | +<li>MySQLnd: |
| 1680 | +<ul> |
| 1681 | + <li>Avoid using uninitialised struct.</li> |
| 1682 | +</ul></li> |
| 1683 | +<li>OpenSSL: |
| 1684 | +<ul> |
| 1685 | + <li><?php bugfix(50713); ?> (openssl_pkcs7_verify() may ignore untrusted CAs).</li> |
| 1686 | +</ul></li> |
| 1687 | +<li>PCRE: |
| 1688 | +<ul> |
| 1689 | + <li>Fixed bug <?php githubissuel('php/php-src', 12628); ?> (The gh11374 test fails on Alpinelinux).</li> |
| 1690 | +</ul></li> |
| 1691 | +<li>PGSQL: |
| 1692 | +<ul> |
| 1693 | + <li>Fixed bug <?php githubissuel('php/php-src', 12763); ?> wrong argument type for pg_untrace.</li> |
| 1694 | +</ul></li> |
| 1695 | +<li>PHPDBG: |
| 1696 | +<ul> |
| 1697 | + <li>Fixed bug <?php githubissuel('php/php-src', 12675); ?> (MEMORY_LEAK in phpdbg_prompt.c).</li> |
| 1698 | +</ul></li> |
| 1699 | +<li>SQLite3: |
| 1700 | +<ul> |
| 1701 | + <li>Fixed bug <?php githubissuel('php/php-src', 12633); ?> (sqlite3_defensive.phpt fails with sqlite 3.44.0).</li> |
| 1702 | +</ul></li> |
| 1703 | +<li>Standard: |
| 1704 | +<ul> |
| 1705 | + <li>Fix memory leak in syslog device handling.</li> |
| 1706 | + <li>Fixed bug <?php githubissuel('php/php-src', 12621); ?> (browscap segmentation fault when configured in the vhost).</li> |
| 1707 | + <li>Fixed bug <?php githubissuel('php/php-src', 12655); ?> (proc_open() does not take into account references in the descriptor array).</li> |
| 1708 | +</ul></li> |
| 1709 | +<li>Streams: |
| 1710 | +<ul> |
| 1711 | + <li><?php bugfix(79945); ?> (Stream wrappers in imagecreatefrompng causes segfault).</li> |
| 1712 | +</ul></li> |
| 1713 | +<li>Zip: |
| 1714 | +<ul> |
| 1715 | + <li>Fixed bug <?php githubissuel('php/php-src', 12661); ?> (Inconsistency in ZipArchive::addGlob remove_path Option Behavior).</li> |
| 1716 | +</ul></li> |
| 1717 | +</ul> |
| 1718 | +<!-- }}} --></section> |
| 1719 | + |
| 1720 | + |
| 1721 | + |
1654 | 1722 | <section class="version" id="8.1.26"><!-- {{{ 8.1.26 --> |
1655 | 1723 | <h3>Version 8.1.26</h3> |
1656 | 1724 | <b><?php release_date('23-Nov-2023'); ?></b> |
|
0 commit comments