scandir() ,stream_socket_server() has been disabled for security reasons解决方法
Posted Chris-Chang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scandir() ,stream_socket_server() has been disabled for security reasons解决方法相关的知识,希望对你有一定的参考价值。
我将Thinkphp项目移植到lnmp环境下,发现报错scandir() has been disabled for security reasons。
同样,当我运行workerman时也出现了stream_socket_server() has been disabled for security reasons
经查询,解决方案如下:
- 修改php.ini配置文件:
vim /usr/local/php/etc/php.ini
- 查找scandir(),stream_socket_server().将其删除。
- 重启php-fpm:
systemctl restart php-fpm
至此解决问题
以上是关于scandir() ,stream_socket_server() has been disabled for security reasons解决方法的主要内容,如果未能解决你的问题,请参考以下文章