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

[ci skip] NEWS for GH-15330

This commit is contained in:
Arnaud Le Blanc
2024-08-28 17:44:52 +02:00
parent f551a719dc
commit 0e9e5912c1

1
NEWS
View File

@@ -11,6 +11,7 @@ PHP NEWS
EAI_SYSTEM not found). (nielsdos)
. Fixed bug GH-15587 (CRC32 API build error on arm 32-bit).
(Bernd Kuhls, Thomas Petazzoni)
. Fixed bug GH-15330 (Do not scan generator frames more than once). (Arnaud)
- Curl:
. FIxed bug GH-15547 (curl_multi_select overflow on timeout argument).