mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
Add magic_quotes_runtime which affects several tests
This commit is contained in:
parent
8298f6f982
commit
5ad332f846
@ -128,6 +128,7 @@ $ini_overwrites = array(
|
||||
"error_append_string=",
|
||||
'auto_prepend_file=',
|
||||
'auto_append_file=',
|
||||
'magic_quotes_runtime=0',
|
||||
);
|
||||
$info_params = array();
|
||||
settings2array($ini_overwrites,$info_params);
|
||||
|
Loading…
Reference in New Issue
Block a user