summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-10-31 17:38:18 +0800
committerXinchen Hui <laruence@php.net>2014-10-31 17:38:18 +0800
commit53f258e2d409679989430147a43ce0c5bb29775f (patch)
tree8c15cb4df44f2d827ab888adca64bca55b796f83 /NEWS
parentccb09eb352ab440f61e8dbf43787f96503a008dc (diff)
downloadphp-git-53f258e2d409679989430147a43ce0c5bb29775f.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56441a8791..fba96937fb 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP NEWS
. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
- Core:
+ . Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
+ (Laruence)
. Fixed bug #68252 (segfault in Zend/zend_hash.c in function
_zend_hash_del_el). (Laruence)
. Added PHP_INT_MIN constant. (Andrea)