1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS

This commit is contained in:
Derick Rethans
2024-06-13 14:04:42 +01:00
parent 31798e4b6d
commit 784b745e07

4
NEWS
View File

@@ -62,6 +62,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)