summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-10-27 22:15:19 +0000
committerJani Taskinen <jani@php.net>2009-10-27 22:15:19 +0000
commit1376b76e8cc1709ea813606507c1436c73150695 (patch)
tree8ef992a96f21fa21a7ed4a62527b3f6bcb97230d
parent8ce58b2490d9dbb850dd174b158948a089c650bc (diff)
downloadphp-git-1376b76e8cc1709ea813606507c1436c73150695.tar.gz
- You add, remove, fix or implement. Introduce yourself to someone else.
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a473c9cf70..ee9b184fa7 100644
--- a/NEWS
+++ b/NEWS
@@ -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)