We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07a08d commit a82ee8eCopy full SHA for a82ee8e
NEWS
@@ -8,6 +8,10 @@ PHP NEWS
8
- SPL:
9
. Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb)
10
11
+- Standard:
12
+ . Fixed bug GH-8185 (Crash during unloading of extension after dl() in ZTS).
13
+ (Arnaud)
14
+
15
- Zip:
16
. Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)
17
@@ -57,6 +61,10 @@ PHP NEWS
57
61
. Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows).
58
62
(cmb)
59
63
64
+- OPcache:
65
+ . Fixed bug GH-8063 (OPcache breaks autoloading after E_COMPILE_ERROR).
66
67
60
68
69
. Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()).
70
0 commit comments