mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
- Keep unicode.semantcis for SKIPIF
This commit is contained in:
parent
9ee50fc95d
commit
0813a5dfa3
@ -1212,6 +1212,9 @@ TEST $file
|
||||
save_text($test_skipif, $section_text['SKIPIF'], $temp_skipif);
|
||||
$extra = substr(PHP_OS, 0, 3) !== "WIN" ?
|
||||
"unset REQUEST_METHOD; unset QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset REQUEST_METHOD;": "";
|
||||
|
||||
$ini_settings .= " -dunicode.semantics=" . (int)$unicode_test;
|
||||
|
||||
$output = system_with_timeout("$extra $php -q $ini_settings $test_skipif", $env);
|
||||
if (!$cfg['keep']['skip']) {
|
||||
@unlink($test_skipif);
|
||||
|
Loading…
Reference in New Issue
Block a user