diff options
author | Stanislav Malyshev <stas@php.net> | 2007-03-02 22:00:50 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2007-03-02 22:00:50 +0000 |
commit | fc35807a38d27491d73937e616c53b6ef2c7f2b6 (patch) | |
tree | 990f92406eb3f22b3c797f83c038f7ac00d184e2 | |
parent | 32fb34e2d1640b50ede5b8a7915ae761605f7a3c (diff) | |
download | php-git-fc35807a38d27491d73937e616c53b6ef2c7f2b6.tar.gz |
limit input variable nesting
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ PHP NEWS - Fixed bug #36496 (SSL support in imap_open() not working on Windows). (Edin) - Fixed bug #34794 (proc_close() hangs when used with two processes). (jdolecek at netbsd dot org, Nuno) +- Limit nesting level of input variables with max_input_nesting_level + as fix for MOPB-03-2007 (Stas) 08 Feb 2007, PHP 5.2.1 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia). |