Skip to content

Commit 5acff0e

Browse files
committed
Update NEWS and UPGRADING for zlib flock() support
[ci skip] Closes GH-17752.
1 parent 4d3d0ae commit 5acff0e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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! >>>

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
========================================
111115
3. Changes in SAPI modules
112116
========================================

0 commit comments

Comments
 (0)