1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Remi Collet
2024-01-22 10:59:34 +01:00
parent 17d79e1ea6
commit fae27cd8c4

1
NEWS
View File

@@ -9,6 +9,7 @@ PHP NEWS
Exception). (nielsdos)
. Fixed bug GH-13177 (PHP 8.3.2: final private constructor not allowed
when used in trait). (nielsdos)
. Fixed bug GH-13215 (GCC 14 build failure). (Remi)
- Curl:
. Fix missing error check in curl_multi_init(). (divinity76)