]> granicus.if.org Git - php/commitdiff
The log_errors=1 breaks a number of tests and is useless for our purposes,
authorIlia Alshanetsky <iliaa@php.net>
Fri, 25 Oct 2002 17:24:09 +0000 (17:24 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 25 Oct 2002 17:24:09 +0000 (17:24 +0000)
removing.

run-tests.php

index db98bfaa616d122a6064a1ca0eddc2f625380783..841c0b0d6f1f9419589a075960f5657fa1195f77 100755 (executable)
@@ -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'",