how to enable SOAP,CURL,OPENSSL extension dynamically?

怎甘沉沦 提交于 2019-12-12 15:02:29

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!