Skip to content

Commit a82ee8e

Browse files
committed
[ci skip] NEWS
1 parent f07a08d commit a82ee8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ PHP NEWS
88
- SPL:
99
. Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb)
1010

11+
- Standard:
12+
. Fixed bug GH-8185 (Crash during unloading of extension after dl() in ZTS).
13+
(Arnaud)
14+
1115
- Zip:
1216
. Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)
1317

@@ -57,6 +61,10 @@ PHP NEWS
5761
. Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows).
5862
(cmb)
5963

64+
- OPcache:
65+
. Fixed bug GH-8063 (OPcache breaks autoloading after E_COMPILE_ERROR).
66+
(Arnaud)
67+
6068
- SPL:
6169
. Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()).
6270
(cmb)

0 commit comments

Comments
 (0)