From: Xinchen Hui Date: Sun, 19 Jun 2016 06:47:42 +0000 (-0700) Subject: Update NEWS (this bug also exists in 7.1-alpha) X-Git-Tag: php-7.1.0alpha2~44^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0e84c6f4702dc5dda473851dd33c5e6cee82ee6;p=php Update NEWS (this bug also exists in 7.1-alpha) --- diff --git a/NEWS b/NEWS index ce781aa5e1..bc450dad0e 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,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) + 09 Jun 2016, PHP 7.1.0alpha1 - Core: