joey Wed, 24 Aug 2011 16:15:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=315436
Log:
Revert my previous change - getting different results in different
environments, shouldn't have committed it
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
16:15:05 UTC (rev 315435)
+++ php/php-src/branches/PHP_5_3/tests/lang/bug45392.phpt 2011-08-24
16:15:35 UTC (rev 315436)
@@ -6,7 +6,6 @@
<?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