如何解决PHP提示Warning: fsockopen() has been disabled for security reasons in
今天在调试前几天共享的程序时候,看到一个提示:
Warning: fsockopen() has been disabled for security reasons in /wwwroot/FTP1EE7B/htdocs/inc/Taoapi_Util.php on line 807
PHP程序开头加上:
@error_reporting (E_ALL & ~E_NOTICE & ~E_WARNING);
文章来源:与你同行·老实孩子·某知名博客[http://blog.youngbar.com];
本文地址:https://blog.youngbar.com/tips-on-how-to-solve-php-warning-fsockopen-has-been-disabled-for-security-reasons-in.html
版权所有©非注明网络来源文章请在转载时以链接形式注明作者和原始出处!
请问这段代码加在哪里呢?我的站出现了一样的问题 请回复 谢谢
@52lmm 已经说的很清楚了啊“PHP程序开头”
还是不太明白,哪个程序呢?提示所给行相关的php程序的最开始加吗?