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

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-05-06 18:21:11 +02:00
parent f07a08df5c
commit a82ee8e38b

8
NEWS
View File

@@ -8,6 +8,10 @@ PHP NEWS
- SPL:
. Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb)
- Standard:
. Fixed bug GH-8185 (Crash during unloading of extension after dl() in ZTS).
(Arnaud)
- Zip:
. Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)
@@ -57,6 +61,10 @@ PHP NEWS
. Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows).
(cmb)
- OPcache:
. Fixed bug GH-8063 (OPcache breaks autoloading after E_COMPILE_ERROR).
(Arnaud)
- SPL:
. Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()).
(cmb)