mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
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:
parent
29a40a1909
commit
eef51c3d6b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user