Author: Volker Dusch (edorian)
Committer: GitHub (web-flow)
Pusher: edorian
Date: 2026-02-04T01:05:25+01:00

Commit: 
https://github.com/php/web-php/commit/3d20b5a9830e22f382f1145c01addf998440f973
Raw diff: 
https://github.com/php/web-php/commit/3d20b5a9830e22f382f1145c01addf998440f973.diff

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

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 6f9f8b663c..3899711bac 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -260,6 +260,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>

Reply via email to