]> 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 81ef1f818c70d0c2efa36e01ebdda114077b85c6..478b02a292c70c7ffa906144ca4aa01df52cc5c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ PHP                                                                        NEWS
   characters. Reported by Stefan Esser (Ilia)
 - Fixed a possible arbitrary memory access inside sqlite extension. Reported
   by Mateusz Kocielski. (Ilia)  
+- 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 bug #52041 (Memory leak when writing on uninitialized variable returned
   from function). (Dmitry)