]> granicus.if.org Git - php/commitdiff
- BFN
authorFelipe Pena <felipe@php.net>
Wed, 16 Jun 2010 23:40:23 +0000 (23:40 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 16 Jun 2010 23:40:23 +0000 (23:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e848150da508ef6e9693e4d5d8743a5ef73630a7..7976569eef2742588d99415f82650a7376e96a97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,9 @@ PHP                                                                        NEWS
   Reported by Stefan Esser. (Andrey)
 - Fixed very rare memory leak in mysqlnd, when binding thousands of columns.
   (Andrey)
+- Fixed a crash when calling an inexistent method of a class that inherits 
+  PDOStatement if instantiated directly instead of doing by the PDO methods.
+  (Felipe)
 
 - Fixed memory leak on error in mcrypt_create_iv on Windows. (Pierre)
 - Fixed a possible crash because of recursive GC invocation. (Dmitry)