From: Jani Taskinen Date: Tue, 27 Oct 2009 22:18:25 +0000 (+0000) Subject: - Fix news X-Git-Tag: php-5.2.12RC1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3268aef52fa51e1e565724893dee40437735d8d;p=php - Fix news --- diff --git a/NEWS b/NEWS index bb3d107e37..9003ed5c00 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,12 @@ PHP NEWS number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion. (Ilia) -- Fixed crash in com_print_typeinfo when an invalid typelib is given +- Fixed crash in com_print_typeinfo when an invalid typelib is given. + (Pierre) - Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. (Rasmus) - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz - Stachowiak. (Rasmus) + Stachowiak. (Rasmus) - Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery() when calling using Reflection. (Felipe) - Fixed crash when instantiating PDORow and PDOStatement through Reflection.