helly           Tue Mar  9 09:39:36 2004 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  Make run-tests.php work with xdebug being loaded.
  # Lots of ppl use that as a built-in extension already.
  
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.188&r2=1.189&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.188 php-src/run-tests.php:1.189
--- php-src/run-tests.php:1.188 Fri Jan 16 10:17:37 2004
+++ php-src/run-tests.php       Tue Mar  9 09:39:35 2004
@@ -178,6 +178,7 @@
                'auto_prepend_file=',
                'auto_append_file=',
                'magic_quotes_runtime=0',
+               'xdebug.default_enable=0',
        );
 $info_params = array();
 settings2array($ini_overwrites,$info_params);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to