]> granicus.if.org Git - php/commitdiff
Forgot NEWS for r323803
authorNikita Popov <nikic@php.net>
Fri, 2 Mar 2012 08:25:28 +0000 (08:25 +0000)
committerNikita Popov <nikic@php.net>
Fri, 2 Mar 2012 08:25:28 +0000 (08:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ac804e0b2200050bbdb756f32290fbabcd0a2135..bfe9644d54a66136859690e8d36cf426eb9fe7b6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ PHP                                                                        NEWS
   . Fixed bug #60801 (strpbrk() mishandles NUL byte). (Adam)
   . Fixed bug #60573 (type hinting with "self" keyword causes weird errors).
     (Laruence)
+  . Fixed bug #61106 (Segfault when using header_register_callback). (Nikita Popov)
 
 - Standard:
   . Fixed memory leak in substr_replace. (Pierrick)