From: Xinchen Hui Date: Tue, 9 Aug 2016 03:32:55 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.1.0beta3~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecc4025c71273725a8c735f5f999237f3d4041ef;p=php Update NEWS --- diff --git a/NEWS b/NEWS index fd78f515c4..dd13be6a33 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,10 @@ PHP NEWS . Fixed bug #72762 (Infinite loop while parsing a file with opcache enabled). (Nikita) +- PDO: + . Fixed bug #72788 (Invalid memory access when using persistent PDO + connection). (Keyur) + - Reflection: . Implemented request #38992 (invoke() and invokeArgs() static method calls should match). (cmb)