jani Mon Jul 21 10:55:13 2008 UTC
Modified files:
/php-src run-tests.php
Log:
- This is still available in HEAD, so keep the override here!
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.362&r2=1.363&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.362 php-src/run-tests.php:1.363
--- php-src/run-tests.php:1.362 Mon Jul 21 09:36:21 2008
+++ php-src/run-tests.php Mon Jul 21 10:55:13 2008
@@ -24,7 +24,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.362 2008/07/21 09:36:21 bjori Exp $ */
+/* $Id: run-tests.php,v 1.363 2008/07/21 10:55:13 jani 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
@@ -227,6 +227,7 @@
'tidy' => array('tidy.clean_output=0'),
'zlib' => array('zlib.output_compression=Off'),
'xdebug' => array('xdebug.default_enable=0'),
+ 'mbstring' => array('mbstring.func_overload=0'),
);
foreach($info_params_ex as $ext => $ini_overwrites_ex) {
@@ -447,7 +448,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision: 1.362 $' . "\n";
+ echo '$Revision: 1.363 $' . "\n";
exit(1);
default:
echo "Illegal switch '$switch'
specified!\n";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php