joey Wed, 24 Aug 2011 15:56:12 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=315430
Log: Fix tests/lang/bug45392.phpt to log expected error when run with -n flag Bug: https://bugs.php.net/45392 (Closed) ob_start()/ob_end_clean() and memory_limit Changed paths: U php/php-src/branches/PHP_5_3/tests/lang/bug45392.phpt Modified: php/php-src/branches/PHP_5_3/tests/lang/bug45392.phpt =================================================================== --- php/php-src/branches/PHP_5_3/tests/lang/bug45392.phpt 2011-08-24 15:32:42 UTC (rev 315429) +++ php/php-src/branches/PHP_5_3/tests/lang/bug45392.phpt 2011-08-24 15:56:12 UTC (rev 315430) @@ -6,6 +6,7 @@ <?php echo __LINE__ . "\n"; ini_set('memory_limit', 100); +ini_set('log_errors', 1); ob_start(); $i = 0; while($i++ < 5000) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php