summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-06-16 23:40:23 +0000
committerFelipe Pena <felipe@php.net>2010-06-16 23:40:23 +0000
commitbdf58d657de79371f6455bc2be740106897a5bf0 (patch)
treec1d9ebad95063d6e52ad157837597ef4aec5a167
parent5bf26f9a90bd2867cf84ce24995ce05f5a4bbbe6 (diff)
downloadphp-git-bdf58d657de79371f6455bc2be740106897a5bf0.tar.gz
- BFN
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)