From: Ilia Alshanetsky Date: Thu, 14 Nov 2002 18:38:19 +0000 (+0000) Subject: Disable safe_mode as it interferes with just about every test that needs X-Git-Tag: BEFORE_RENAMING~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eef51c3d6bacf24f3aa5d2bbcf7b880564aef91b;p=php Disable safe_mode as it interferes with just about every test that needs to access the file system, set enviroment variables or execute commands. --- diff --git a/run-tests.php b/run-tests.php index bbcd6d4254..5faa0a5811 100755 --- a/run-tests.php +++ b/run-tests.php @@ -540,6 +540,7 @@ TEST $file "output_handler=", "zlib.output_compression=Off", "open_basedir=", + "safe_mode=0", "disable_functions=", "error_reporting=2047", "display_errors=1",