From: Joe Watkins Date: Wed, 16 Nov 2016 05:12:04 +0000 (+0000) Subject: new entry for #2196 X-Git-Tag: php-7.1.0~3^2~35^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0966c98eef10fdb89fb306257070580d927a4ee2;p=php new entry for #2196 --- diff --git a/NEWS b/NEWS index 86d41c5656..bdca478672 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ PHP NEWS - Date: . Fixed bug #69587 (DateInterval properties and isset). (jhdxr) +- Session: + . Fixed bug #73461 (Prohibit session save handler recursion) . (yohgaki) + - SQLite3: . Update to SQLite 3.15.1. (cmb)