From: Keyur Date: Tue, 9 Aug 2016 17:30:26 +0000 (+0000) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0beta3~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40059beed8d0bbf0d84f5b4ce4f1615bfb669405;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Add NEWS Fix ASSERT logic Bugfix 72791: fix memory leak in PDO persistent connections --- 40059beed8d0bbf0d84f5b4ce4f1615bfb669405 diff --cc NEWS index dd13be6a33,92cc7ce517..1cf4578599 --- a/NEWS +++ b/NEWS @@@ -24,10 -16,10 +24,11 @@@ PH - PDO: . Fixed bug #72788 (Invalid memory access when using persistent PDO connection). (Keyur) + . Fixed bug #72791 (Memory leak in PDO persistent connection handling). (Keyur) -- Session: - . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita) +- Reflection: + . Implemented request #38992 (invoke() and invokeArgs() static method calls + should match). (cmb) - Standard: . Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri