diff options
author | Nuno Lopes <nlopess@php.net> | 2006-12-28 15:07:45 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2006-12-28 15:07:45 +0000 |
commit | dae5040b617b99daf8ea698db2958cbe31613c11 (patch) | |
tree | 8a55272a841ad21d4341da01ce281a0ce271ac20 /run-tests.php | |
parent | ef9646c8670f14287c9a09140786689ed7145dd1 (diff) | |
download | php-git-dae5040b617b99daf8ea698db2958cbe31613c11.tar.gz |
MFH: force tidy.clean_output=0
Diffstat (limited to 'run-tests.php')
-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 9be3bece53..f55a9be5d7 100755 --- a/run-tests.php +++ b/run-tests.php @@ -202,6 +202,7 @@ More .INIs : " . (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" // check for extensions that need special handling and regenerate $info_params_ex = array( 'session' => array('session.auto_start=0'), + 'tidy' => array('tidy.clean_output=0'), 'zlib' => array('zlib.output_compression=Off'), 'xdebug' => array('xdebug.default_enable=0'), ); |