php禁用一些不常用的而且可能造成不良后果的函数
在 php.ini 中找到这项(disable_functions),修改为如下:
0 |
disable_functions = popen,passthru,exec,system,chroot,chgrp,chown,shell_exec,ini_alter,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru |
如果需要上面哪些函数,可以从文件中删除就可以使用了。