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

或者

php.ini函數禁用辦法

作者:月光邊境 瀏覽:203 發布時間:2018-02-10
分享 評論 0

1.修改php.ini文件:

  ignore_user_abort = On

  (注意前面的;號要刪除)

  2.默認為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如果這個函數也禁止,就影響淘寶客之類遠程API調用的網站無法正常調用數據了。

  若解禁:只需把disable_functions=空

  即:disable_functions =