Commit c6ed104e916 for php.net
commit c6ed104e916c38f9c7c4083b1788852663932a8d
Merge: 303610154bb 32e091260ae
Author: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
Date: Thu Apr 24 20:22:30 2025 +0200
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix GH-17403: Potential deadlock when putenv fails
diff --cc NEWS
index bf4247ad1ca,409972a1fe9..661eecf86d2
--- a/NEWS
+++ b/NEWS
@@@ -7,15 -7,12 +7,18 @@@ PH
inaccurate sunrise and sunset times, but other calculated times are
correct) (JiriJozif).
+ - Standard:
+ . Fixed bug GH-17403 (Potential deadlock when putenv fails). (nielsdos)
+
-08 May 2025, PHP 8.3.21
+24 Apr 2025, PHP 8.4.7
- Core:
+ . Fixed bug GH-17711 and GH-18022 (Infinite recursion on deprecated attribute
+ evaluation). (ilutov)
+ . Fixed bug GH-18038 (Lazy proxy calls magic methods twice). (Arnaud)
+ . Fixed bug GH-18209 (Use-after-free in extract() with EXTR_REFS). (ilutov)
+ . Fixed bug GH-18268 (Segfault in array_walk() on object with added property
+ hooks). (ilutov)
. Fixed bug GH-18304 (Changing the properties of a DateInterval through
dynamic properties triggers a SegFault). (nielsdos)
. Fix some leaks in php_scandir. (nielsdos)