Configuration
Configuration keys for the Solar_Php
class.
php
(string) Command to invoke the PHP binary.
Default:
'php'
ini_file
(string) Which php.ini file to use; if null, use the default php.ini file.
Default:
null
ini_set
(array) Override php.ini settings with these settings instead. The element key is the .ini setting name, and the element value is the .ini value to use.
Default:
null
solar_config
(mixed) When calling Solar::start(), use this as the config value.
Default:
null
echo
(bool) Whether or not to echo the process output as it goes.
Default:
null