From 47e1163e01ba0ffd57b68c0f2f747fa0b50fabcd Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 28 Oct 2002 18:48:07 +0000 Subject: [PATCH] This patch addresses the bogus test failures due to error logging/reporting confusion. --- run-tests.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run-tests.php b/run-tests.php index a663130595..6b6bed6422 100755 --- a/run-tests.php +++ b/run-tests.php @@ -490,11 +490,10 @@ TEST $file "open_basedir=", "disable_functions=", "error_reporting=2047", - "display_errors=1", + "display_errors=0", "log_errors=0", "html_errors=0", "track_errors=1", - "error_log=", "report_memleaks=1", "docref_root=/phpmanual/", "docref_ext=.html", -- 2.50.1