summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-11-14 18:38:19 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-11-14 18:38:19 +0000
commiteef51c3d6bacf24f3aa5d2bbcf7b880564aef91b (patch)
tree86303e8a9fb5cc1fcb9aec2ebaa3031ca7d01408 /run-tests.php
parent29a40a1909cdc6c580261c11fdf590356038cda3 (diff)
downloadphp-git-eef51c3d6bacf24f3aa5d2bbcf7b880564aef91b.tar.gz
Disable safe_mode as it interferes with just about every test that needs
to access the file system, set enviroment variables or execute commands.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
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",