1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

[skip ci] Add NEWS entry for GH-10168 and GH-10582

This commit is contained in:
Ilija Tovilo
2023-04-05 11:24:06 +02:00
parent c796ce5713
commit b2c5acbb01
+2
View File
@@ -27,6 +27,8 @@ PHP NEWS
Linux. (Kévin Dunglas)
. Fix bug GH-10469 (Disallow .. in open_basedir paths set at runtime).
(ilutov)
. Fix bug GH-10168, GH-10582 (Various segfaults with destructors and VM return
values). (dstogov, nielsdos, ilutov)
- Date:
. Implement More Appropriate Date/Time Exceptions RFC. (Derick)