]> granicus.if.org Git - php/commitdiff
Make run-tests.php work with xdebug being loaded.
authorMarcus Boerger <helly@php.net>
Tue, 9 Mar 2004 14:39:35 +0000 (14:39 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 9 Mar 2004 14:39:35 +0000 (14:39 +0000)
# Lots of ppl use that as a built-in extension already.

run-tests.php

index e4dfad46e04e41ef745e170e632c098c530bec6f..3d0a17018b67b58c8239df7904e534119aee3cdd 100755 (executable)
@@ -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);