rasmus Sun, 05 Feb 2012 06:09:22 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=323068
Log: This test needs gc enabled Changed paths: U php/php-src/branches/PHP_5_3/Zend/tests/bug60139.phpt U php/php-src/branches/PHP_5_4/Zend/tests/bug60139.phpt U php/php-src/trunk/Zend/tests/bug60139.phpt Modified: php/php-src/branches/PHP_5_3/Zend/tests/bug60139.phpt =================================================================== --- php/php-src/branches/PHP_5_3/Zend/tests/bug60139.phpt 2012-02-05 03:42:21 UTC (rev 323067) +++ php/php-src/branches/PHP_5_3/Zend/tests/bug60139.phpt 2012-02-05 06:09:22 UTC (rev 323068) @@ -1,5 +1,7 @@ --TEST-- Bug #60139 (Anonymous functions create cycles not detected by the GC) +--INI-- +zend.enable_gc=1 --FILE-- <?php class Foo { Modified: php/php-src/branches/PHP_5_4/Zend/tests/bug60139.phpt =================================================================== --- php/php-src/branches/PHP_5_4/Zend/tests/bug60139.phpt 2012-02-05 03:42:21 UTC (rev 323067) +++ php/php-src/branches/PHP_5_4/Zend/tests/bug60139.phpt 2012-02-05 06:09:22 UTC (rev 323068) @@ -1,5 +1,7 @@ --TEST-- Bug #60139 (Anonymous functions create cycles not detected by the GC) +--INI-- +zend.enable_gc=1 --FILE-- <?php class Foo { Modified: php/php-src/trunk/Zend/tests/bug60139.phpt =================================================================== --- php/php-src/trunk/Zend/tests/bug60139.phpt 2012-02-05 03:42:21 UTC (rev 323067) +++ php/php-src/trunk/Zend/tests/bug60139.phpt 2012-02-05 06:09:22 UTC (rev 323068) @@ -1,5 +1,7 @@ --TEST-- Bug #60139 (Anonymous functions create cycles not detected by the GC) +--INI-- +zend.enable_gc=1 --FILE-- <?php class Foo {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php