summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-04-22 19:39:50 +0800
committerXinchen Hui <laruence@php.net>2012-04-22 19:39:50 +0800
commit3ca1976b3cb3d96bf6514e407e9e02447809dcca (patch)
tree52ac639d2a6dfcea4220f198aeb6acc9d84d1201
parentb2253307075d9fd49c6faeed1409827ec7281bc0 (diff)
downloadphp-git-3ca1976b3cb3d96bf6514e407e9e02447809dcca.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b336316a58..3a4bc9af80 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,8 @@ PHP NEWS
. Improve performance of set_exception_handler while doing reset (Laruence)
- FPM
+ . Fixed bug #61812 (Uninitialised value used in libmagic).
+ (Laruence, Gustavo)
. Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
(michaelhood at gmail dot com, Ilia)