mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update NEWS and UPGRADING for zlib flock() support
[ci skip] Closes GH-17752.
This commit is contained in:
parent
4d3d0aeb66
commit
5acff0e61d
2 changed files with 5 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -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! >>>
|
||||
|
|
|
@ -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
|
||||
========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue