From: Nikita Popov Date: Tue, 30 Aug 2016 08:55:08 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51a564e50557093ec42206301d097dd4f2127acb;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 51a564e50557093ec42206301d097dd4f2127acb diff --cc NEWS index 5a3a8291d2,5e7c69085e..c18f87f7d7 --- a/NEWS +++ b/NEWS @@@ -43,17 -62,27 +43,20 @@@ PH . Implemented stringify 'uniqueidentifier' fields. (Alexander Zhuravlev, Adam Baratz) -- PDO_pgsql: - . Implemented FR #72633 (Postgres PDO lastInsertId() should work without - specifying a sequence). (Pablo Santiago Sánchez, Matteo) - . Fixed bug #72759 (Regression in pgo_pgsql). (Anatol) - - Reflection: - . Fixed bug #72846 (getConstant for a array constant with constant values - returns NULL/NFC/UKNOWN). (Laruence) + . Reverted prepending \ for class names. (Trowski) - Session: - . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita) . Fixed bug #72940 (SID always return "name=ID", even if session cookie exist). (Yasuo) + . Implemented session_gc() and session_create_id() functions. (Yasuo) + - SimpleXML: + . Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita) + - Standard: - . Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri - Kenttä) - . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb) + . Fixed bug #72920 (Accessing a private constant using constant() creates + an exception AND warning). (Laruence) . Fixed bug #65550 (get_browser() incorrectly parses entries with "+" sign). (cmb) . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).