File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ PHP NEWS
165165 is now a boolean. (David Carlier)
166166 . Fixed bug GH-16883 (gzopen() does not use the default stream context when
167167 opening HTTP URLs). (nielsdos)
168+ . Implemented GH-17668 (zlib streams should support locking). (nielsdos)
168169
169170
170171<<< 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
107107 and is not a QName because in those cases the namespace is taken
108108 from the namespace href or prefix respectively.
109109
110+ - Zlib:
111+ . flock() is now supported on zlib streams. Previously, this always
112+ failed to perform any locking action.
113+
110114========================================
1111153. Changes in SAPI modules
112116========================================
You can’t perform that action at this time.
0 commit comments