helly           Thu Oct  6 15:51:04 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  - Show whether we execute unicode or native tests
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.236&r2=1.237&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.236 php-src/run-tests.php:1.237
--- php-src/run-tests.php:1.236 Thu Oct  6 05:39:32 2005
+++ php-src/run-tests.php       Thu Oct  6 15:51:03 2005
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.236 2005/10/06 09:39:32 helly Exp $ */
+/* $Id: run-tests.php,v 1.237 2005/10/06 19:51:03 helly Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -171,6 +171,7 @@
 PHP_VERSION : " . phpversion() . "
 ZEND_VERSION: " . zend_version() . "
 PHP_OS      : " . PHP_OS . " - " . php_uname() . "
+UNICODE     : " . (ini_get("unicode_semantics") ? "ON" : "OFF") . "
 INI actual  : " . realpath(get_cfg_var("cfg_file_path")) . "
 More .INIs  : " . (function_exists(\'php_ini_scanned_files\') ? 
str_replace("\n","", php_ini_scanned_files()) : "** not determined **"); ?>';
        save_text($info_file, $php_info);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to