From: Ilia Alshanetsky Date: Mon, 28 Oct 2002 18:48:07 +0000 (+0000) Subject: This patch addresses the bogus test failures due to error logging/reporting X-Git-Tag: php-4.3.0RC1~482 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47e1163e01ba0ffd57b68c0f2f747fa0b50fabcd;p=php This patch addresses the bogus test failures due to error logging/reporting confusion. --- 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",