From: Reeze Xia Date: Sat, 7 Nov 2015 14:10:56 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.0.1RC1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4c1e90536ca00ed030335f4162902b3f06125b0;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 2cd4e2b6e7..e68dc23819 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ PHP NEWS . Fix bug #70861 (Segmentation fault in pdo_parse_params() during Drupal 8 test suite). (Anatol) +- Session: + . Fixed bug #70876 (Segmentation fault when regenerating session id with + strict mode). (Reeze Xia) + - SOAP: . Fixed bug #70875 (Segmentation fault if wsdl has no targetNamespace attribute). (Matteo)