From: Jani Taskinen Date: Tue, 27 Oct 2009 22:15:19 +0000 (+0000) Subject: - You add, remove, fix or implement. Introduce yourself to someone else. X-Git-Tag: php-5.2.12RC1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=094bb76bbf13a837bc8d237ea83a140e2e32d517;p=php - You add, remove, fix or implement. Introduce yourself to someone else. --- diff --git a/NEWS b/NEWS index 50c024924e..bb3d107e37 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? 2009, PHP 5.2.12 - Updated timezone database to version 2009.14 (2009n). (Derick) -- Introduced a max_file_uploads INI setting, which is set to limit the +- Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion. (Ilia)