From: Joe Watkins Date: Fri, 6 Jan 2017 06:05:38 +0000 (+0000) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.2RC1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=811dfaa57b914630e1805c96f3fed83ecc97cc45;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #69582 session not readable by root in CLI --- 811dfaa57b914630e1805c96f3fed83ecc97cc45 diff --cc NEWS index 3c37416288,50c7c29afe..61ee9502d8 --- a/NEWS +++ b/NEWS @@@ -8,7 -8,10 +8,10 @@@ PH - ZIP: . Fixed bug #70103 (ZipArchive::addGlob ignores remove_all_path option). (cmb) + - Session: + . Fixed bug #69582 (session not readable by root in CLI). (EvgeniySpinov) + -19 Jan 2017 PHP 7.0.15 +19 Jan 2017, PHP 7.1.1 - Core: . Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)