From 0813a5dfa3a3796522e59ab715d4490d5eb5a931 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Mon, 23 Apr 2007 20:55:56 +0000 Subject: [PATCH] - Keep unicode.semantcis for SKIPIF --- run-tests.php | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.50.1