From e52cb1858d70251812d76c49f526019d487aa762 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 9 Aug 2016 11:32:16 +0800 Subject: [PATCH] Fixed bug #72788 (Invalid memory access when using persistent PDO connection) --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.50.1