]> granicus.if.org Git - php/commitdiff
- Readd -u and -U
authorMarcus Boerger <helly@php.net>
Fri, 9 Dec 2005 17:59:50 +0000 (17:59 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 9 Dec 2005 17:59:50 +0000 (17:59 +0000)
# Removed those accidentially, the diff was obviously too big

run-tests.php

index 3b552492b11d12faa07409b43bb7c5bc5cf03877..47b70d723d315f13c99c834992004b50b3ce17d9 100755 (executable)
@@ -322,6 +322,17 @@ if (isset($argc) && $argc > 1) {
                                case '--temp-urlbase':
                                        $temp_urlbase = $argv[++$i];
                                        break;
+                               case 'U':
+                                       $unicode_and_native = true;
+                                       // break;
+                               case 'u':
+                                       $unicode_testing = true;
+                                       $ini_overwrites[] = 'unicode_semantics=1';
+                                       $ini_overwrites[] = 'unicode.runtime_encoding=iso-8859-1';
+                                       $ini_overwrites[] = 'unicode.script_encoding=utf-8';
+                                       $ini_overwrites[] = 'unicode.output_encoding=utf-8';
+                                       $ini_overwrites[] = 'unicode.from_error_mode=U_INVALID_SUBSTITUTE';
+                                       break;
                                case 'v':
                                case '--verbose':
                                        $DETAILED = true;