Skip to content

Commit

Permalink
Update NEWS and UPGRADING for zlib flock() support
Browse files Browse the repository at this point in the history
[ci skip]

Closes GH-17752.
  • Loading branch information
nielsdos committed Feb 11, 2025
1 parent 4d3d0ae commit 5acff0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ PHP NEWS
is now a boolean. (David Carlier)
. Fixed bug GH-16883 (gzopen() does not use the default stream context when
opening HTTP URLs). (nielsdos)
. Implemented GH-17668 (zlib streams should support locking). (nielsdos)


<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
4 changes: 4 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ PHP 8.5 UPGRADE NOTES
and is not a QName because in those cases the namespace is taken
from the namespace href or prefix respectively.

- Zlib:
. flock() is now supported on zlib streams. Previously, this always
failed to perform any locking action.

========================================
3. Changes in SAPI modules
========================================
Expand Down

0 comments on commit 5acff0e

Please # to comment.