]> granicus.if.org Git - php/commitdiff
MFH: force tidy.clean_output=0
authorNuno Lopes <nlopess@php.net>
Thu, 28 Dec 2006 15:07:45 +0000 (15:07 +0000)
committerNuno Lopes <nlopess@php.net>
Thu, 28 Dec 2006 15:07:45 +0000 (15:07 +0000)
run-tests.php

index 9be3bece53f3d07e84dcf83c8eac8a3b140b9668..f55a9be5d766c533e02229f1bd026e8c7917ff49 100755 (executable)
@@ -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'),
        );