1. 修改php.ini文件:
ignore_user_abort = On(注意前面的;號(hào)要?jiǎng)h除)
2. 默認(rèn)為 ;disable_functions //將前面的 ;注釋去除

改為disable_functions=exec,system,passthru,popen,pclose,shell_exec,proc_open,dl,chmod,escapeshellarg,
escapeshellcmd,sh2_exec,proc_terminate,proc_close
或者disable_functions=exec,system,passthru,popen,pclose,shell_exec,proc_open,curl_exec,multi_exec,dl,
chmod,gzinflate,stream_socket_server,popepassthru,pfsockopen,set_time_limit
fsockopen如果這個(gè)函數(shù)也禁止,就影響淘寶淘客之類(lèi)遠(yuǎn)程API調(diào)用的網(wǎng)站無(wú)法正常調(diào)用數(shù)據(jù)了。
若需刪除對(duì)應(yīng)函數(shù),去除對(duì)應(yīng)函數(shù)即可。