From: Felipe Pena Date: Mon, 12 Oct 2009 19:23:07 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.2.12RC1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac2bdbaeb0e3b40033736ecbc7b134be1bc75bab;p=php - BFN --- diff --git a/NEWS b/NEWS index ba03ad3a4c..4e569842e3 100644 --- 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()).