1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  Fix build with -std=
This commit is contained in:
Arnaud Le Blanc
2026-02-16 14:50:22 +01:00
3 changed files with 3 additions and 2 deletions

1
NEWS
View File

@@ -15,6 +15,7 @@ PHP NEWS
accessing properties on Reflection LazyProxy via isset()). (Arnaud)
. Fixed OSS-Fuzz #478009707 (Borked assign-op/inc/dec on untyped hooked
property backing value). (ilutov)
. Fixed bug GH-21215 (Build fails with -std=). (Arnaud)
- Date:
. Fixed bug GH-20936 (DatePeriod::__set_state() cannot handle null start).