Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3
Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
(Nikic, Laruence)
. Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
(Laruence)
++ . Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
++ (Ondřej Surý)
. Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
vars). (Laruence)
. Fix bug #60895 (Possible invalid handler usage in windows random
--- /dev/null
+ --TEST--
+ Bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)
+ --INI--
++error_reporting=E_ALL & ~E_DEPRECATED
+ magic_quotes_gpc=On
+ --FILE--
+ <?php
+ var_dump(ini_get("magic_quotes_gpc"));
+ ?>
+ --EXPECT--
+ string(1) "1"