summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2006-12-28 15:07:45 +0000
committerNuno Lopes <nlopess@php.net>2006-12-28 15:07:45 +0000
commitdae5040b617b99daf8ea698db2958cbe31613c11 (patch)
tree8a55272a841ad21d4341da01ce281a0ce271ac20 /run-tests.php
parentef9646c8670f14287c9a09140786689ed7145dd1 (diff)
downloadphp-git-dae5040b617b99daf8ea698db2958cbe31613c11.tar.gz
MFH: force tidy.clean_output=0
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
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'),
);