Forgot NEWS for r323803

This commit is contained in:
Nikita Popov 2012-03-02 08:25:28 +00:00
parent d256caf781
commit 503c94fc9a

1
NEWS
View File

@ -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)