File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ PHP NEWS
165
165
is now a boolean. (David Carlier)
166
166
. Fixed bug GH-16883 (gzopen() does not use the default stream context when
167
167
opening HTTP URLs). (nielsdos)
168
+ . Implemented GH-17668 (zlib streams should support locking). (nielsdos)
168
169
169
170
170
171
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ PHP 8.5 UPGRADE NOTES
107
107
and is not a QName because in those cases the namespace is taken
108
108
from the namespace href or prefix respectively.
109
109
110
+ - Zlib:
111
+ . flock() is now supported on zlib streams. Previously, this always
112
+ failed to perform any locking action.
113
+
110
114
========================================
111
115
3. Changes in SAPI modules
112
116
========================================
You can’t perform that action at this time.
0 commit comments