diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-25 17:24:09 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-25 17:24:09 +0000 |
| commit | ebd4182b2c9c964351518ec452bb2ebc8a786751 (patch) | |
| tree | 2c32751ae0464f0100973d1271474bf5f4fb1f99 /run-tests.php | |
| parent | d82565fb7a996ac684ecdfb842fe8c6708979c25 (diff) | |
| download | php-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-x | run-tests.php | 2 |
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'", |
