From: Xinchen Hui Date: Sat, 24 Mar 2012 04:23:41 +0000 (+0800) Subject: Typo X-Git-Tag: php-5.4.1RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3dc1d8101b5483caa76498d0dcb167b82c4e014;p=php Typo --- diff --git a/NEWS b/NEWS index c2e812c1d3..7853ad6cc8 100644 --- 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).