狠狠网/色综合久久久久综合体桃花网/日本护士三aaaaaa/久久久久久综合一区中文字幕

或者

php.ini函數(shù)禁用辦法

作者:一只德德牛(團(tuán)隊(duì)-快排) 瀏覽:143 發(fā)布時(shí)間:2017-12-14
分享 評論 0

 1.修改php.ini文件:

  ignore_user_abort = On

  (注意前面的;號要?jiǎng)h除)

  2.默認(rèn)為disable_functions =exec,system,passthru,popen,pclose,shell_exec,proc_open,curl_exec,multi_exec,dl,chmod,gzinflate

  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ù)也禁止,就影響淘寶客之類遠(yuǎn)程API調(diào)用的網(wǎng)站無法正常調(diào)用數(shù)據(jù)了。

  若解禁:只需把disable_functions=空

  即:disable_functions =