Function stream_socket_server is disabled. What to do?
I see the "Warning: stream_socket_server() has been disabled for security reasons" message on my site. What should I do? How can I fix this?
Solution for the "stream_socket_server disabled" issue
In order to eliminate this error message you need to do ONE of the following things:
- Remove the stream_socket_server string from the disable_functions at php.ini* file
- Ask your hosting provider to remove the string above if you don't have an access to the php.ini* file
- Change hosting provider which allows the running of the stream_socket_server function.
http://www.2by2host.com/articles/php-errors-faq/disabled_stream_socket_server/
本文介绍了解决PHP中stream_socket_server函数被禁用的方法,包括修改php.ini文件、请求主机提供商协助或更换支持该功能的主机服务。
2102

被折叠的 条评论
为什么被折叠?



