diff options
author | Marcus Boerger <helly@php.net> | 2004-03-09 14:39:35 (GMT) |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-03-09 14:39:35 (GMT) |
commit | e1127cb51492416757a0cbd1e767c70238e2024f (patch) | |
tree | 4d9617802fe542b64b684651cf4eea32e1448dc4 /run-tests.php | |
parent | 1651be020acd8b68f7298d5d123eb9982fd2adaa (diff) | |
download | php-e1127cb51492416757a0cbd1e767c70238e2024f.tar.gz |
Make run-tests.php work with xdebug being loaded.
# Lots of ppl use that as a built-in extension already.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index e4dfad4..3d0a170 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); |