Commit b2011f2ea3f for php.net

commit b2011f2ea3ff42b54ee772d3f90dbf43b6ecfb7f
Merge: d1d144e44bd e4dbda9ae72
Author: Derick Rethans <github@derickrethans.nl>
Date:   Fri Jul 10 13:39:41 2026 +0100

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      Fix GH-11310: __debugInfo does nothing on userland classes extending Date classes (#22655)

diff --cc NEWS
index 6d8d5df08ed,3851713db0d..ac709587f69
--- a/NEWS
+++ b/NEWS
@@@ -20,7 -18,8 +20,9 @@@ PH
      an error). (Derick)
    . Fixed Unix timestamps in February of the year 0 are misparsed with
      @-notation. (LukasGelbmann)
 +  . Fixed bug GH-11368 (idate() doesn't work for the year -1). (Derick)
+   . Fixed bug GH-11310 (__debugInfo does nothing on userland classes extending
+     Date classes). (Derick)

  - DBA:
    . Fixed OOB read on malformed length field in dba flatfile handler. (alhudz)