From: Yasuo Ohgaki Date: Fri, 9 Sep 2016 02:34:34 +0000 (+0900) Subject: Update NEWS X-Git-Tag: php-7.1.0RC2~45^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb9444e053dc68b4ad6421224dfd36650376dabc;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 7da604f73d..96e6bc20c2 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,10 @@ PHP NEWS - phpdbg: . Fixed bug #72996 (phpdbg_prompt.c undefined reference to DL_LOAD). (Nikita) +- Session: + . Fixed bug #68015 (Session does not report invalid uid for files save handler). + (Yasuo) + - SOAP: . Fixed bug #71711 (Soap Server Member variables reference bug). (Nikita) . Fixed bug #71996 (Using references in arrays doesn't work like expected).