From: Jani Taskinen Date: Tue, 5 Aug 2008 16:25:31 +0000 (+0000) Subject: - No need to load any php.ini here X-Git-Tag: BEFORE_HEAD_NS_CHANGE~864 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79c452f969b626e93db22b0d0a72033a31280b3c;p=php - No need to load any php.ini here --- diff --git a/run-tests.php b/run-tests.php index fb18e017eb..2addebf4c2 100755 --- a/run-tests.php +++ b/run-tests.php @@ -231,7 +231,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" settings2array($ini_overwrites, $info_params); settings2params($info_params); $php_info = `$php $pass_options $info_params "$info_file"`; - define('TESTED_PHP_VERSION', `$php -r "echo PHP_VERSION;"`); + define('TESTED_PHP_VERSION', `$php -n -r "echo PHP_VERSION;"`); if ($php_cgi && $php != $php_cgi) { $php_info_cgi = `$php_cgi $pass_options $info_params -q "$info_file"`;