Update NEWS

This commit is contained in:
Derick Rethans 2024-06-13 14:04:03 +01:00
parent e0e9eb4053
commit c595ab96ab
No known key found for this signature in database
GPG key ID: 910DEB46F53EA312

4
NEWS
View file

@ -60,6 +60,10 @@ PHP NEWS
. Fixed bug GH-14290 (Member access within null pointer in extension spl).
(nielsdos)
- Standard:
. Fixed bug GH-14483 (Fixed off-by-one error in checking length of abstract
namespace Unix sockets). (Derick)
- Streams:
. Fixed bug GH-11078 (PHP Fatal error triggers pointer being freed was not
allocated and malloc: double free for ptr errors). (nielsdos)