From: Felipe Pena Date: Wed, 16 Jun 2010 23:40:23 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.2.14RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdf58d657de79371f6455bc2be740106897a5bf0;p=php - BFN --- diff --git a/NEWS b/NEWS index 81ef1f818c..478b02a292 100644 --- 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)