]> granicus.if.org Git - php/commitdiff
Fixed bug #72788 (Invalid memory access when using persistent PDO connection)
authorXinchen Hui <laruence@gmail.com>
Tue, 9 Aug 2016 03:32:16 +0000 (11:32 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 9 Aug 2016 03:32:16 +0000 (11:32 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 0d4ac3a20d11934710588b83b4f11f6a0371bc92..8925cf8287214a98e6ffd4d024c72ddb8661dcb1 100644 (file)
--- 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)