]> granicus.if.org Git - php/commitdiff
- BFN
authorFelipe Pena <felipe@php.net>
Mon, 12 Oct 2009 19:23:07 +0000 (19:23 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 12 Oct 2009 19:23:07 +0000 (19:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ba03ad3a4c8cfceb8ead30c2c34362ff70976d73..4e569842e346efaf0c7265242d27d086b9043a05 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP                                                                        NEWS
   (Rasmus)
 - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz 
   Stachowiak.  (Rasmus)
+- Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery()
+  when calling using Reflection. (Felipe)
+- Fixed crash when instantiating PDORow and PDOStatement through Reflection.
+  (Felipe)
 
 - Fixed bug #49809 (time_sleep_until() is not available on OpenSolaris). (Jani)
 - Fixed Bug #49785 (insufficient input string validation of htmlspecialchars()).