1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Merge pull request #1649 from rekmixa/add-issue-19722-to-changelog-8.5

php/php-src#17725 add info about substituting static with self in ChangeLog-8.php
This commit is contained in:
Volker Dusch
2026-02-04 01:05:25 +01:00
committed by GitHub

View File

@@ -260,6 +260,8 @@ changelog_header(8, $MINOR_VERSIONS);
<li>Implement <?php githubissuel('php/php-src', 15680); ?> (Enhance zend_dump_op_array to properly represent non-printable characters in string literals).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 17442); ?> (Engine UAF with reference assign and dtor).</li>
<li>Do not use RTLD_DEEPBIND if dlmopen is available.</li>
<li>Implement <?php githubissuel('php/php-src', 17725); ?> (It is now allowed to substitute static with self or the concrete class name
in final subclasses)</li>
</ul></li>
<li>BCMath:
<ul>