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

This commit is contained in:
Jani Taskinen 2009-10-27 22:15:19 +00:00
parent 8ce58b2490
commit 1376b76e8c

9
NEWS
View File

@ -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)