From: Christoph M. Becker Date: Fri, 12 Aug 2016 23:28:14 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0beta3~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02d6e4e517c2f4d3debbc4fd4c04c8849b5d39bd;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 02d6e4e517c2f4d3debbc4fd4c04c8849b5d39bd diff --cc NEWS index d52329591a,4209128763..869a2309d9 --- a/NEWS +++ b/NEWS @@@ -28,19 -18,11 +28,21 @@@ PH . Fixed bug #72788 (Invalid memory access when using persistent PDO connection). (Keyur) . Fixed bug #72791 (Memory leak in PDO persistent connection handling). (Keyur) + . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY + returns false). (cmb) +- Reflection: + . Implemented request #38992 (invoke() and invokeArgs() static method calls + should match). (cmb). + . Add ReflectionNamedType::getName() and return leading "?" for nullable types + from ReflectionType::__toString(). (Trowski) + - Session: - . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita) + . Implemented RFC: Session ID without hashing. (Yasuo) + https://wiki.php.net/rfc/session-id-without-hashing + +- SQLite3: + . Updated to SQLite3 3.14.0. (cmb) - Standard: . Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri