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

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2024-04-11 13:32:02 +02:00
parent d986b5c66d
commit e2e4e64a20

3
NEWS
View File

@@ -38,6 +38,9 @@ PHP NEWS
. Fixed bug GH-13827 (Null pointer access of type 'zval' in phpdbg_frame).
(nielsdos)
- Posix:
. Fix usage of reentrant functions in ext/posix. (Arnaud)
- Session:
. Fixed bug GH-13856 (Member access within null pointer of type 'ps_files' in
ext/session/mod_files.c). (nielsdos)