]> granicus.if.org Git - php/commitdiff
limit input variable nesting
authorStanislav Malyshev <stas@php.net>
Fri, 2 Mar 2007 22:00:50 +0000 (22:00 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 2 Mar 2007 22:00:50 +0000 (22:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e53b898f996bca0a4e32fed6577ee6151e15bdb5..ed0374a5200c5fd62f67702e8b15de888efc6815 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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).