|
|
|
@ -12,7 +12,7 @@ echo '> PHP is using the following php.ini file:'.PHP_EOL; |
|
|
|
if ($iniPath) { |
|
|
|
if ($iniPath) { |
|
|
|
echo_style('green', ' '.$iniPath); |
|
|
|
echo_style('green', ' '.$iniPath); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
echo_style('warning', ' WARNING: No configuration file (php.ini) used by PHP!'); |
|
|
|
echo_style('yellow', ' WARNING: No configuration file (php.ini) used by PHP!'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
echo PHP_EOL.PHP_EOL; |
|
|
|
echo PHP_EOL.PHP_EOL; |
|
|
|
|