From: Ilia Alshanetsky Date: Fri, 25 Oct 2002 17:24:09 +0000 (+0000) Subject: The log_errors=1 breaks a number of tests and is useless for our purposes, X-Git-Tag: php-4.3.0pre2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebd4182b2c9c964351518ec452bb2ebc8a786751;p=php The log_errors=1 breaks a number of tests and is useless for our purposes, removing. --- 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'",