diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-28 18:48:07 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-28 18:48:07 +0000 |
commit | 47e1163e01ba0ffd57b68c0f2f747fa0b50fabcd (patch) | |
tree | 0c963f439bb7490dddd42197733aaca9955b9556 | |
parent | e816c8b176382162aa13b10ed12632ac52875de1 (diff) | |
download | php-git-47e1163e01ba0ffd57b68c0f2f747fa0b50fabcd.tar.gz |
This patch addresses the bogus test failures due to error logging/reporting
confusion.
-rwxr-xr-x | run-tests.php | 3 |
1 files changed, 1 insertions, 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", |