You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用php start.php start命令的时候提示了下面的信息。
Workerman[start.php] start in DEBUG mode
date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in file /var/www/html/workerman-todpole/vendor/workerman/workerman/Worker.php on line 2105
使用php start.php start命令的时候提示了下面的信息。
Workerman[start.php] start in DEBUG mode
date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in file /var/www/html/workerman-todpole/vendor/workerman/workerman/Worker.php on line 2105
我的文件路径是这个:/var/www/html/workerman-todpole
照着这个安装教程做的:
阿里云详细安装教程之centos系统
1、yum install php-cli php-process git
2、下载 workerman-todpole 并解压到任意目录(下载地址在本页面上方)
3、cd workerman-todpole && php start.php start -d
4、大功告成!浏览器访问 http://ip:8383 (如果无法访问请检查服务器防火墙)
The text was updated successfully, but these errors were encountered: