jani                                     Tue, 27 Oct 2009 22:15:19 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=290003

Log:
- You add, remove, fix or implement. Introduce yourself to someone else.

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2009-10-27 21:57:26 UTC (rev 290002)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-10-27 22:15:19 UTC (rev 290003)
@@ -3,7 +3,7 @@
 ?? ??? 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)


Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-10-27 21:57:26 UTC (rev 290002)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-10-27 22:15:19 UTC (rev 290003)
@@ -1,17 +1,16 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 5.3.2
+- 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)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)
-
+
 - Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan)
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing <li...@haxx.se>)

-- Introduced a max_file_uploads INI setting, which is set to limit the
-  number of file uploads per-request to 100 by default, to prevent possible
-  DOS via temporary file exhaustion. (Ilia)
-
 - Fixed memory leak in extension loading when an error occurs on Windows.
   (Pierre)


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to