]> granicus.if.org Git - php/commitdiff
Typo
authorXinchen Hui <laruence@php.net>
Sat, 24 Mar 2012 04:23:41 +0000 (12:23 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 24 Mar 2012 04:23:41 +0000 (12:23 +0800)
NEWS

diff --git a/NEWS b/NEWS
index c2e812c1d3877cd4a76d521d660d7cc757b7d04c..7853ad6cc89c00a7b8e1694e4ceb9a042ed6e00b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,7 +38,7 @@ PHP                                                                        NEWS
   . Fixed bug #60569 (Nullbyte truncates Exception $message). (Ilia)
   . Fixed bug #52719 (array_walk_recursive crashes if third param of the
     function is by reference). (Nikita Popov)
-  . Improve performance of set_exception handler while doing reset (Laruence)
+  . Improve performance of set_exception_handler while doing reset (Laruence)
 
 - FPM
   . Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).