mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH
This commit is contained in:
parent
c71ea248bd
commit
b1511db3e1
1 changed files with 1 additions and 1 deletions
|
@ -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"`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue