Hi: seems to be my fault,, sorry.
thanks for fixing this. On Fri, Feb 17, 2012 at 1:48 AM, Rasmus Lerdorf <[email protected]> wrote: > rasmus Thu, 16 Feb 2012 17:48:30 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=323258 > > Log: > Weird, what happened here? > > Changed paths: > U php/php-src/branches/PHP_5_3/tests/basic/bug61000.phpt > U php/php-src/trunk/tests/basic/bug61000.phpt > > Modified: php/php-src/branches/PHP_5_3/tests/basic/bug61000.phpt > =================================================================== > --- php/php-src/branches/PHP_5_3/tests/basic/bug61000.phpt 2012-02-16 > 16:43:04 UTC (rev 323257) > +++ php/php-src/branches/PHP_5_3/tests/basic/bug61000.phpt 2012-02-16 > 17:48:30 UTC (rev 323258) > @@ -17,22 +17,3 @@ > Array > ( > ) > ---TEST-- > -Bug #61000 (Exceeding max nesting level doesn't delete numerical vars) > ---INI-- > -max_input_nesting_level=2 > ---POST-- > -1[a][]=foo&1[a][b][c]=bar > ---GET-- > -a[a][]=foo&a[a][b][c]=bar > ---FILE-- > -<?php > -print_r($_GET); > -print_r($_POST); > ---EXPECTF-- > -Array > -( > -) > -Array > -( > -) > > Modified: php/php-src/trunk/tests/basic/bug61000.phpt > =================================================================== > --- php/php-src/trunk/tests/basic/bug61000.phpt 2012-02-16 16:43:04 UTC (rev > 323257) > +++ php/php-src/trunk/tests/basic/bug61000.phpt 2012-02-16 17:48:30 UTC (rev > 323258) > @@ -17,22 +17,3 @@ > Array > ( > ) > ---TEST-- > -Bug #61000 (Exceeding max nesting level doesn't delete numerical vars) > ---INI-- > -max_input_nesting_level=2 > ---POST-- > -1[a][]=foo&1[a][b][c]=bar > ---GET-- > -a[a][]=foo&a[a][b][c]=bar > ---FILE-- > -<?php > -print_r($_GET); > -print_r($_POST); > ---EXPECTF-- > -Array > -( > -) > -Array > -( > -) > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Laruence Xinchen Hui http://www.laruence.com/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
