咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

如何设置PHP函数禁用

2016-03-25 17:15:14 7358次

1.    修改php.ini文件:

ignore_user_abort = On(注意前面的;号要删除)

2.    默认为   ;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如果这个函数也禁止,就影响淘宝淘客之类远程API调用的网站无法正常调用数据了。

若需删除对应函数,去除对应函数即可。

 


首页
最新活动
个人中心