From: Nikita Popov Date: Fri, 2 Mar 2012 08:25:28 +0000 (+0000) Subject: Forgot NEWS for r323803 X-Git-Tag: PHP-5.4.1-RC1~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=503c94fc9a52227fd6c975ec98c92351c285c8f8;p=php Forgot NEWS for r323803 --- diff --git a/NEWS b/NEWS index ac804e0b22..bfe9644d54 100644 --- 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)