问题
i trying to enable SOAP,CURL,OPENSSL extension using ini_set() dynamically.what is the syntax to enable these above ext using ini_set()? i dont have permission to edit php.ini file. thanks...
回答1:
You can't. The list of ini
parameters and where you can change them is here: List of php.ini directives
You'll see that the extension
parameter is only configurable in the php.ini
file.
来源:https://stackoverflow.com/questions/8103735/how-to-enable-soap-curl-openssl-extension-dynamically