Skip to content

Commit 4f46f96

Browse files
author
michael19
committed
php/php-src#17725 add info about substituting static with self in ChangeLog-8.php
1 parent 50d36af commit 4f46f96

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
@@ -91,6 +91,8 @@
9191
<li>Implement <?php githubissuel('php/php-src', 15680); ?> (Enhance zend_dump_op_array to properly represent non-printable characters in string literals).</li>
9292
<li>Fixed bug <?php githubissuel('php/php-src', 17442); ?> (Engine UAF with reference assign and dtor).</li>
9393
<li>Do not use RTLD_DEEPBIND if dlmopen is available.</li>
94+
<li>Implement <?php githubissuel('php/php-src', 17725); ?> (It is now allowed to substitute static with self or the concrete class name
95+
in final subclasses)</li>
9496
</ul></li>
9597
<li>BCMath:
9698
<ul>

0 commit comments

Comments
 (0)