Update NEWS and UPGRADING for zlib flock() support

[ci skip]

Closes GH-17752.
This commit is contained in:
Niels Dossche 2025-02-11 21:57:50 +01:00
parent 4d3d0aeb66
commit 5acff0e61d
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
2 changed files with 5 additions and 0 deletions

1
NEWS
View file

@ -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! >>>

View file

@ -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
========================================