]> granicus.if.org Git - php/commitdiff
- Keep unicode.semantcis for SKIPIF
authorJohannes Schlüter <johannes@php.net>
Mon, 23 Apr 2007 20:55:56 +0000 (20:55 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 23 Apr 2007 20:55:56 +0000 (20:55 +0000)
run-tests.php

index a6f94106e60f4f50c60bc497a587a3fffcc89844..5306778abcda9149ca0c7e7b1535affa9ff51bac 100755 (executable)
@@ -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);