diff options
author | Jani Taskinen <jani@php.net> | 2009-10-27 22:15:19 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-10-27 22:15:19 +0000 |
commit | 1376b76e8cc1709ea813606507c1436c73150695 (patch) | |
tree | 8ef992a96f21fa21a7ed4a62527b3f6bcb97230d | |
parent | 8ce58b2490d9dbb850dd174b158948a089c650bc (diff) | |
download | php-git-1376b76e8cc1709ea813606507c1436c73150695.tar.gz |
- You add, remove, fix or implement. Introduce yourself to someone else.
-rw-r--r-- | NEWS | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 <linus@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) |