From eef51c3d6bacf24f3aa5d2bbcf7b880564aef91b Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 14 Nov 2002 18:38:19 +0000 Subject: [PATCH] Disable safe_mode as it interferes with just about every test that needs to access the file system, set enviroment variables or execute commands. --- run-tests.php | 1 + 1 file changed, 1 insertion(+) 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", -- 2.50.1