Disable safe_mode as it interferes with just about every test that needs

to access the file system, set enviroment variables or execute commands.
This commit is contained in:
Ilia Alshanetsky 2002-11-14 18:38:19 +00:00
parent 29a40a1909
commit eef51c3d6b

View File

@ -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",