From: Marcus Boerger Date: Tue, 9 Mar 2004 14:39:35 +0000 (+0000) Subject: Make run-tests.php work with xdebug being loaded. X-Git-Tag: php-5.0.0RC1RC1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1127cb51492416757a0cbd1e767c70238e2024f;p=php Make run-tests.php work with xdebug being loaded. # Lots of ppl use that as a built-in extension already. --- diff --git a/run-tests.php b/run-tests.php index e4dfad46e0..3d0a17018b 100755 --- a/run-tests.php +++ b/run-tests.php @@ -178,6 +178,7 @@ $ini_overwrites = array( 'auto_prepend_file=', 'auto_append_file=', 'magic_quotes_runtime=0', + 'xdebug.default_enable=0', ); $info_params = array(); settings2array($ini_overwrites,$info_params);