Is there a way to import a custom php.ini file instead of the default one?
I found a more or less decent workaround for my virtual hosts, by providing all custom settings as FastCGI params, but that does not apply to the CLI.
I thought about an additional *.ini file to parse the missing settings from, but this seems to me like a dirty hack.
So what is the "official way" to handle custom php.ini settings?
Is there a way to import a custom php.ini file instead of the default one?
I found a more or less decent workaround for my virtual hosts, by providing all custom settings as FastCGI params, but that does not apply to the CLI.
I thought about an additional *.ini file to parse the missing settings from, but this seems to me like a dirty hack.
So what is the "official way" to handle custom php.ini settings?