|
1602 | 1602 |
|
1603 | 1603 | <a id="PHP_8_1"></a> |
1604 | 1604 |
|
| 1605 | +<section class="version" id="8.1.26"><!-- {{{ 8.1.26 --> |
| 1606 | +<h3>Version 8.1.26</h3> |
| 1607 | +<b><?php release_date('23-Nov-2023'); ?></b> |
| 1608 | +<ul><li>Core: |
| 1609 | +<ul> |
| 1610 | + <li>Fixed bug <?php githubissuel('php/php-src', 12468); ?> (Double-free of doc_comment when overriding static property via trait).</li> |
| 1611 | + <li>Fixed segfault caused by weak references to FFI objects.</li> |
| 1612 | + <li>Fixed max_execution_time: don't delete an unitialized timer.</li> |
| 1613 | +</ul></li> |
| 1614 | +<li>DOM: |
| 1615 | +<ul> |
| 1616 | + <li>Fix registerNodeClass with abstract class crashing.</li> |
| 1617 | + <li>Add missing NULL pointer error check.</li> |
| 1618 | + <li>Fix validation logic of php:function() callbacks.</li> |
| 1619 | +</ul></li> |
| 1620 | +<li>Fiber: |
| 1621 | +<ul> |
| 1622 | + <li>Fixed bug <?php githubissuel('php/php-src', 11121); ?> (ReflectionFiber segfault).</li> |
| 1623 | +</ul></li> |
| 1624 | +<li>FPM: |
| 1625 | +<ul> |
| 1626 | + <li>Fixed bug <?php githubissuel('php/php-src', 9921); ?> (Loading ext in FPM config does not register module handlers).</li> |
| 1627 | + <li>Fixed bug <?php githubissuel('php/php-src', 12232); ?> (FPM: segfault dynamically loading extension without opcache).</li> |
| 1628 | +</ul></li> |
| 1629 | +<li>Intl: |
| 1630 | +<ul> |
| 1631 | + <li>Removed the BC break on IntlDateFormatter::construct which threw an exception with an invalid locale.</li> |
| 1632 | +</ul></li> |
| 1633 | +<li>Opcache: |
| 1634 | +<ul> |
| 1635 | + <li>Added warning when JIT cannot be enabled.</li> |
| 1636 | + <li>Fixed bug <?php githubissuel('php/php-src', 8143); ?> (Crashes in zend_accel_inheritance_cache_find since upgrading to 8.1.3 due to corrupt on-disk file cache).</li> |
| 1637 | +</ul></li> |
| 1638 | +<li>OpenSSL: |
| 1639 | +<ul> |
| 1640 | + <li>Fixed bug <?php githubissuel('php/php-src', 12489); ?> (Missing sigbio creation checking in openssl_cms_verify).</li> |
| 1641 | +</ul></li> |
| 1642 | +<li>PCRE: |
| 1643 | +<ul> |
| 1644 | + <li>Fixed bug <?php githubissuel('php/php-src', 11374); ?> (Backport upstream fix, Different preg_match result with -d pcre.jit=0).</li> |
| 1645 | +</ul></li> |
| 1646 | +<li>SOAP: |
| 1647 | +<ul> |
| 1648 | + <li>Fixed bug <?php githubissuel('php/php-src', 12392); ?> (Segmentation fault on SoapClient::__getTypes).</li> |
| 1649 | + <li><?php bugfix(66150); ?> (SOAP WSDL cache race condition causes Segmentation Fault).</li> |
| 1650 | + <li><?php bugfix(67617); ?> (SOAP leaves incomplete cache file on ENOSPC).</li> |
| 1651 | + <li>Fix incorrect uri check in SOAP caching.</li> |
| 1652 | + <li>Fix segfault and assertion failure with refcounted props and arrays.</li> |
| 1653 | + <li>Fix potential crash with an edge case of persistent encoders.</li> |
| 1654 | + <li><?php bugfix(75306); ?> (Memleak in SoapClient).</li> |
| 1655 | +</ul></li> |
| 1656 | +<li>Streams: |
| 1657 | +<ul> |
| 1658 | + <li><?php bugfix(75708); ?> (getimagesize with "&$imageinfo" fails on StreamWrappers).</li> |
| 1659 | +</ul></li> |
| 1660 | +<li>XMLReader: |
| 1661 | +<ul> |
| 1662 | + <li>Add missing NULL pointer error check.</li> |
| 1663 | +</ul></li> |
| 1664 | +<li>XMLWriter: |
| 1665 | +<ul> |
| 1666 | + <li>Add missing NULL pointer error check.</li> |
| 1667 | +</ul></li> |
| 1668 | +<li>XSL: |
| 1669 | +<ul> |
| 1670 | + <li>Add missing module dependency.</li> |
| 1671 | + <li>Fix validation logic of php:function() callbacks.</li> |
| 1672 | +</ul></li> |
| 1673 | +</ul> |
| 1674 | +<!-- }}} --></section> |
| 1675 | + |
| 1676 | + |
| 1677 | + |
1605 | 1678 | <section class="version" id="8.1.25"><!-- {{{ 8.1.25 --> |
1606 | 1679 | <h3>Version 8.1.25</h3> |
1607 | 1680 | <b><?php release_date('26-Oct-2023'); ?></b> |
|
0 commit comments