我想运行已经卷曲的 php 脚本。
但以下功能被 php.ini 禁用:
执行,passthru,shell_exec,系统,proc_open,popen,curl_exec,curl_multi_exec,show_source
我在 php.ini 中更改了以下行:
disable_functions = exec、passthru、shell_exec、系统、proc_open、popen、show_source
并在 ssh 上运行service httpd restartphpinfo()
命令,但是当我运行函数时,它会显示 curl_exec 和 curl_multi_exec 再次被禁用。
问题出在哪里,我应该如何解决?