]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Tue, 9 Aug 2016 03:32:55 +0000 (11:32 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 9 Aug 2016 03:32:55 +0000 (11:32 +0800)
NEWS

diff --git a/NEWS b/NEWS
index fd78f515c4085bb898aba5c995e33b202cb21d32..dd13be6a3394ad2d9273dd55160cd7f50ad76764 100644 (file)
--- 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)