From ebd4182b2c9c964351518ec452bb2ebc8a786751 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 25 Oct 2002 17:24:09 +0000 Subject: [PATCH] The log_errors=1 breaks a number of tests and is useless for our purposes, removing. --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index db98bfaa616..841c0b0d6f1 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'",