From: Johannes Schlüter Date: Mon, 23 Apr 2007 20:55:56 +0000 (+0000) Subject: - Keep unicode.semantcis for SKIPIF X-Git-Tag: RELEASE_1_2_0~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0813a5dfa3a3796522e59ab715d4490d5eb5a931;p=php - Keep unicode.semantcis for SKIPIF --- diff --git a/run-tests.php b/run-tests.php index a6f94106e6..5306778abc 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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);