Skip to content

Commit 3d777c8

Browse files
committed
update NEWS to match the actual stuff in 5.5.22
1 parent 24be463 commit 3d777c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

NEWS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ PHP NEWS
77
callback). (Mike)
88
. Fixed bug #69017 (Fail to push to the empty array with the constant value
99
defined in class scope). (Laruence)
10-
. Added NULL byte protection to exec, system and passthru. (Yasuo)
10+
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
11+
not validated in memory.c). (nayana at ddproperty dot com)
1112

1213
- ODBC:
1314
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
@@ -38,8 +39,6 @@ PHP NEWS
3839
- Core:
3940
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
4041
(Stas)
41-
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
42-
not validated in memory.c). (nayana at ddproperty dot com)
4342
. Fixed bug #67068 (getClosure returns somethings that's not a closure).
4443
(Danack at basereality dot com)
4544
. Fixed bug #68942 (Use after free vulnerability in unserialize() with

0 commit comments

Comments
 (0)