From: Anatol Belski Date: Mon, 26 Oct 2015 14:56:34 +0000 (+0100) Subject: update NEWS X-Git-Tag: php-7.0.1RC1~196^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f7a8515ca7f3ab4b0640677e4f476f87642ff61;p=php update NEWS --- diff --git a/NEWS b/NEWS index f02b240831..ad9ed260b8 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l). (Laruence) +- OpenSSL: + . Fixed bug #70718 (stream_select() when OpenSSL extension is loaded on + PHP Win64). (Anatol) + - PDO_DBlib: . Fixed bug #69757 (Segmentation fault on nextRowset). (miracle at rpz dot name)