summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-05-19 23:56:10 +0800
committerXinchen Hui <laruence@gmail.com>2017-05-19 23:56:10 +0800
commit459c382df5ee89d89a2070e8fef848593aebb179 (patch)
tree6b8b5cc5cd73cc5356ca005e6b1011b99d629edf
parent78b10dd9d6994c9ef0bef01100daab81b233460d (diff)
downloadphp-git-459c382df5ee89d89a2070e8fef848593aebb179.tar.gz
Update news
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fcc0f40baf..4dc12687b4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2017, PHP 7.1.6
- Core:
+ . Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i).
+ (Laruence)
. Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).
(Laruence)
. Fixed bug #74589 (__DIR__ wrong for unicode character). (Anatol)