summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2011-08-24 16:15:35 +0000
committerJoey Smith <joey@php.net>2011-08-24 16:15:35 +0000
commitec5b65473bcd439ffcbc44c2f7c8d5fce2dab5e5 (patch)
tree56b05ed4c2528e6157f451c96eb427b7e286355a
parent864774c5b2198d092bac9db96cfeb6ef03e84499 (diff)
downloadphp-git-ec5b65473bcd439ffcbc44c2f7c8d5fce2dab5e5.tar.gz
Revert my previous change - getting different results in different environments, shouldn't have committed it
-rw-r--r--tests/lang/bug45392.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/bug45392.phpt b/tests/lang/bug45392.phpt
index aaf4ed882b..ae84cd9d1d 100644
--- a/tests/lang/bug45392.phpt
+++ b/tests/lang/bug45392.phpt
@@ -6,7 +6,6 @@ display_errors=stderr
<?php
echo __LINE__ . "\n";
ini_set('memory_limit', 100);
-ini_set('log_errors', 1);
ob_start();
$i = 0;
while($i++ < 5000) {