diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2008-02-12 18:23:14 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2008-02-12 18:23:14 +0000 |
commit | 77efd8961709c9ed99e4ac017d55a04a5b272b1a (patch) | |
tree | 3a025ec648c52c8fe1c936e3f4dc6364498a798c | |
parent | b46602c028e3e2b6267b4dfd67184e9418a7940a (diff) | |
download | php-git-77efd8961709c9ed99e4ac017d55a04a5b272b1a.tar.gz |
Disable mbstring overload
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index 05f8941f5f..202d866307 100755 --- a/run-tests.php +++ b/run-tests.php @@ -231,6 +231,7 @@ More .INIs : " . (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" '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) { if (in_array($ext, $exts_to_test)) { |