[PHP-WEBMASTER] [web-php] master: php/php-src#17725 add info about substituting static with self in ChangeLog-8.php

[email protected] (michael19) Wed, 4 Feb 2026 00:05:27 +0000
Newsgroups php.webmaster
Message-ID <[email protected]>
Author: michael19
Pusher: edorian
Date: 2025-11-21T10:23:29+05:00

Commit: https://github.com/php/web-php/commit/4f46f9659d947e5697c8245c6a3b72f01ae306a6
Raw diff: https://github.com/php/web-php/commit/4f46f9659d947e5697c8245c6a3b72f01ae306a6.diff

php/php-src#17725 add info about substituting static with self in ChangeLog-8.php

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 7c089a69f7..d22877c829 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -91,6 +91,8 @@
   <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>