diff options
author | Joey Smith <joey@php.net> | 2011-08-24 16:15:35 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2011-08-24 16:15:35 +0000 |
commit | ec5b65473bcd439ffcbc44c2f7c8d5fce2dab5e5 (patch) | |
tree | 56b05ed4c2528e6157f451c96eb427b7e286355a | |
parent | 864774c5b2198d092bac9db96cfeb6ef03e84499 (diff) | |
download | php-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.phpt | 1 |
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) { |