Skip to content

Commit 3d20b5a

Browse files
authored
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
2 parents c3f4d84 + 4f46f96 commit 3d20b5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ChangeLog-8.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@
260260
<li>Implement <?php githubissuel('php/php-src', 15680); ?> (Enhance zend_dump_op_array to properly represent non-printable characters in string literals).</li>
261261
<li>Fixed bug <?php githubissuel('php/php-src', 17442); ?> (Engine UAF with reference assign and dtor).</li>
262262
<li>Do not use RTLD_DEEPBIND if dlmopen is available.</li>
263+
<li>Implement <?php githubissuel('php/php-src', 17725); ?> (It is now allowed to substitute static with self or the concrete class name
264+
in final subclasses)</li>
263265
</ul></li>
264266
<li>BCMath:
265267
<ul>

0 commit comments

Comments
 (0)