
QQ截圖20170212150501.png
解決辦法:
打開php.ini,并搜索disable_functions指令,找到類似如下內容:
disable_functions = passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_get_status,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server
找到proc_open并刪除,
然后重啟一下php-fpm即可