Display loaded php.ini filename in Options > Info tab

This commit is contained in:
Giuseppe Criscione 2018-09-07 15:53:56 +02:00
parent 39fcc99bc4
commit 5e24c69f5c

View File

@ -113,6 +113,7 @@ class Options extends AbstractController
'Version' => phpversion(),
'Operating System' => php_uname(),
'Server API' => php_sapi_name(),
'Loaded php.ini' => php_ini_loaded_file(),
'Loaded Extensions' => implode(', ', get_loaded_extensions()),
'Stream Wrappers' => implode(', ', stream_get_wrappers()),
'Zend Engine Version' => zend_version()