]> granicus.if.org Git - php/commitdiff
- Remove check for unicode.semantics
authorFelipe Pena <felipe@php.net>
Wed, 21 May 2008 14:01:31 +0000 (14:01 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 21 May 2008 14:01:31 +0000 (14:01 +0000)
run-tests.php

index 741ff87792400850a4e97562ea35ea1656e4e0e1..74bb74ad1235cd96d426ce90886871fe7d51b08a 100755 (executable)
@@ -211,8 +211,8 @@ More .INIs  : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n"
        }
        @unlink($info_file);
 
-       $unicode = `$php $pass_options $info_params -r "echo ini_get('unicode.semantics');"`;
-       define('TESTED_UNICODE', strcasecmp($unicode,"on") == 0 || $unicode == 1);
+       $unicode = 1;
+       define('TESTED_UNICODE', 1);
 
        // load list of enabled extensions
        save_text($info_file, '<?php echo join(",",get_loaded_extensions()); ?>');