I just executed php -i | grep "Loaded Configuration File"
to find out where the configuration file of my PHP CLI is stored, but I get: Loaded Configuration File => (none)
. So it loads the default settings as a fallback.
How can I enable the openssl extension for PHP CLI if no configuration file is loaded?
Currently I get OpenSSL support => disabled (install ext/openssl)
when calling php -i | grep -i "openssl"