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

index dc16273b6a2c3ff7c44dc6a2f0ab6806bfe4eca0..54318c6bb2cdbef371707e2d98b85a875b51b423 100755 (executable)
@@ -190,6 +190,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'),
        );