From 35a3b071ad81dac6c13b65dbc5141e0bc3c78c50 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 28 Oct 2002 18:19:38 +0000 Subject: [PATCH] forgot 'error_log=' and 'report_memleaks=1' #commenting on php-dev --- run-tests.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run-tests.php b/run-tests.php index 4d4dd7d4a7..f8ae5084ff 100755 --- a/run-tests.php +++ b/run-tests.php @@ -490,8 +490,8 @@ TEST $file "open_basedir=", "disable_functions=", "error_reporting=2047", - "display_errors=0", - "log_errors=1", + "display_errors=1", + "log_errors=0", "html_errors=0", "track_errors=1", "error_log=", @@ -510,6 +510,7 @@ TEST $file $name = trim(strtolower($setting[0])); $value = trim($setting[1]); $ini_settings[$name] = $value; + echo "$name::<$value>\n"; } } -- 2.50.1