helly Sun Feb 12 18:46:07 2006 UTC Modified files: /php-src run-tests.php Log: - Reinsert line deleted per accident http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.278&r2=1.279&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.278 php-src/run-tests.php:1.279 --- php-src/run-tests.php:1.278 Sun Feb 12 18:43:41 2006 +++ php-src/run-tests.php Sun Feb 12 18:46:07 2006 @@ -23,7 +23,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: run-tests.php,v 1.278 2006/02/12 18:43:41 helly Exp $ */ +/* $Id: run-tests.php,v 1.279 2006/02/12 18:46:07 helly Exp $ */ /* Sanity check to ensure that pcre extension needed by this script is available. * In the event it is not, print a nice error message indicating that this script will @@ -184,6 +184,7 @@ settings2array($ini_overwrites,$info_params); settings2params($info_params); $php_info = `$php $pass_options $info_params $info_file`; + @unlink($info_file); define('TESTED_PHP_VERSION', `$php -r 'echo PHP_VERSION;'`); $unicode = `$php $pass_options $info_params -r 'echo ini_get("unicode_semantics");'`; @@ -404,7 +405,7 @@ $html_output = is_resource($html_file); break; case '--version': - echo '$Revision: 1.278 $'."\n"; + echo '$Revision: 1.279 $'."\n"; exit(1); default: echo "Illegal switch specified!\n";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php