1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
This commit is contained in:
Xinchen Hui
2012-03-24 12:23:41 +08:00
parent f84d55b062
commit e3dc1d8101

2
NEWS
View File

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