summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-25 17:24:09 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-25 17:24:09 +0000
commitebd4182b2c9c964351518ec452bb2ebc8a786751 (patch)
tree2c32751ae0464f0100973d1271474bf5f4fb1f99 /run-tests.php
parentd82565fb7a996ac684ecdfb842fe8c6708979c25 (diff)
downloadphp-git-ebd4182b2c9c964351518ec452bb2ebc8a786751.tar.gz
The log_errors=1 breaks a number of tests and is useless for our purposes,
removing.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index db98bfaa61..841c0b0d6f 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -484,7 +484,7 @@ TEST $file
"-d 'disable_functions='",
"-d 'error_reporting=2047'",
"-d 'display_errors=0'",
- "-d 'log_errors=1'",
+ "-d 'log_errors=0'",
"-d 'html_errors=0'",
"-d 'docref_root=/phpmanual/'",
"-d 'docref_ext=.html'",