felipe Wed May 21 14:01:31 2008 UTC
Modified files:
/php-src run-tests.php
Log:
- Remove check for unicode.semantics
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.346&r2=1.347&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.346 php-src/run-tests.php:1.347
--- php-src/run-tests.php:1.346 Wed May 21 13:02:35 2008
+++ php-src/run-tests.php Wed May 21 14:01:31 2008
@@ -24,7 +24,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.346 2008/05/21 13:02:35 tony2001 Exp $ */
+/* $Id: run-tests.php,v 1.347 2008/05/21 14:01:31 felipe 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
@@ -211,8 +211,8 @@
}
@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());
?>');
@@ -447,7 +447,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision: 1.346 $'."\n";
+ echo '$Revision: 1.347 $'."\n";
exit(1);
default:
echo "Illegal switch specified!\n";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php