Set streams NEWS category for file_get_contents fix

This commit is contained in:
Jakub Zelenka 2024-04-14 14:32:10 +01:00
parent 8421cfda61
commit c618d3e84b
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4

4
NEWS
View file

@ -41,11 +41,9 @@ PHP NEWS
. Fixed bug GH-13891 (memleak and segfault when using ini_set with
session.trans_sid_hosts). (nielsdos, kamil-tekiela)
- Standard:
- Streams:
. Fixed file_get_contents() on Windows fails with "errno=22 Invalid
argument". (Damian Wójcik)
- Streams:
. Fixed bug GH-13264 (Part 1 - Memory leak on stream filter failure).
(Jakub Zelenka)
. Fixed bug GH-13860 (Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in