From: Felipe Pena Date: Sat, 2 Aug 2008 13:39:26 +0000 (+0000) Subject: - Fixed undefined variable X-Git-Tag: BEFORE_HEAD_NS_CHANGE~906 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a4278ed253ed7990c9bfa324e72b06d47f7580b;p=php - Fixed undefined variable --- diff --git a/run-tests.php b/run-tests.php index 0938b47acf..fb18e017eb 100755 --- a/run-tests.php +++ b/run-tests.php @@ -284,7 +284,7 @@ define('QA_SUBMISSION_PAGE', 'http://qa.php.net/buildtest-process.php'); function save_or_mail_results() { global $sum_results, $just_save_results, $failed_test_summary, - $PHP_FAILED_TESTS, $CUR_DIR, $php, $output_file; + $PHP_FAILED_TESTS, $CUR_DIR, $php, $output_file, $compression; /* We got failed Tests, offer the user to send an e-mail to QA team, unless NO_INTERACTION is set */ if (!getenv('NO_INTERACTION')) {