summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-02-13 19:16:17 +0800
committerXinchen Hui <laruence@gmail.com>2017-02-13 19:16:17 +0800
commit391735053181f3d166e4ebb58cf04a8acf3d1724 (patch)
tree2bf83683439303a61dae7200376750547cbe25d6 /NEWS
parenteb1373e509a69a48e90e6dd4c2dda1348e19b776 (diff)
downloadphp-git-391735053181f3d166e4ebb58cf04a8acf3d1724.tar.gz
Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aed2a09e5d..f37c3b345f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2017 PHP 7.0.17
- Core:
+ . Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite).
+ (Dmitry, Laruence)
. Fixed bug #74084 (Out of bound read - zend_mm_alloc_small). (Laruence)
. Fixed bug #73807 (Performance problem with processing large post request).
(Nikita)