From: Xinchen Hui Date: Tue, 9 Aug 2016 03:32:16 +0000 (+0800) Subject: Fixed bug #72788 (Invalid memory access when using persistent PDO connection) X-Git-Tag: php-7.1.0beta3~86^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e52cb1858d70251812d76c49f526019d487aa762;p=php Fixed bug #72788 (Invalid memory access when using persistent PDO connection) --- diff --git a/NEWS b/NEWS index 0d4ac3a20d..8925cf8287 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS . Fixed invalid handle error with Implicit Result Sets. (Chris Jones) . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones) +- PDO: + . Fixed bug #72788 (Invalid memory access when using persistent PDO + connection). (Keyur) + - Session: . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)