From: Henrique do Nascimento Angelo Date: Thu, 12 Jun 2008 21:59:25 +0000 (+0000) Subject: Fix the script to correctly determine the extensions to be tested X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4bcc3fb485acfe721dc8eb352c36f97c1a3aa8b;p=php Fix the script to correctly determine the extensions to be tested --- diff --git a/run-tests.php b/run-tests.php index ec8e5e4393..eb6a56277d 100755 --- a/run-tests.php +++ b/run-tests.php @@ -218,7 +218,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" // load list of enabled extensions save_text($info_file, ''); - $exts_to_test = explode(', ',`$php $pass_options $info_params "$info_file"`); + $exts_to_test = explode(',',`$php $pass_options $info_params "$info_file"`); // check for extensions that need special handling and regenerate $info_params_ex = array( 'session' => array('session.auto_start=0'),