summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-06-18 21:34:12 -0700
committerXinchen Hui <laruence@gmail.com>2016-06-18 21:34:12 -0700
commitaf2c332f41c80ff0c138fbd03248be36b545c202 (patch)
treebcfae9678372541de74e4d976e79ac7bb8d8dae6
parent6b83832cf48ec42008b262ace9742fe820d322cd (diff)
downloadphp-git-af2c332f41c80ff0c138fbd03248be36b545c202.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f167a6fab..b077031e62 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
. Fixed bug #72306 (Heap overflow through proc_open and $env parameter).
(Laruence)
+- Streams:
+ . Fixed bug #72439 (Stream socket with remote address leads to a segmentation
+ fault). (Laruence)
+
23 Jun 2016 PHP 7.0.8
- Core: