Skip to content

Commit 97dd859

Browse files
committed
update NEWS to match the actual stuff in 5.6.6
1 parent d58e76f commit 97dd859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
- Core:
66
. Fixed bug #65593 (Segfault when calling ob_start from output buffering
77
callback). (Mike)
8-
. Added NULL byte protection to exec, system and passthru. (Yasuo)
8+
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
9+
not validated in memory.c). (nayana at ddproperty dot com)
910

1011
- ODBC:
1112
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
@@ -31,8 +32,6 @@
3132
- Core:
3233
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
3334
(Stas)
34-
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
35-
not validated in memory.c). (nayana at ddproperty dot com)
3635
. Fixed bug #67068 (getClosure returns somethings that's not a closure).
3736
(Danack at basereality dot com)
3837
. Fixed bug #68942 (Use after free vulnerability in unserialize() with
@@ -41,6 +40,7 @@
4140
buffer overflow). (Stas)
4241
. Fixed Bug #67988 (htmlspecialchars() does not respect default_charset
4342
specified by ini_set) (Yasuo)
43+
. Added NULL byte protection to exec, system and passthru. (Yasuo)
4444

4545
- Dba:
4646
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)

0 commit comments

Comments
 (0)