按手冊(cè)上進(jìn)行下載操作、想在linux下運(yùn)行GatewayWorker
http://www.wtbis.cn/doc/gateway-worker/ => 手冊(cè)
http://www.wtbis.cn/download/GatewayWorker.zip => 運(yùn)行包
php /home/wwwroot/GatewayWorker/start.php start -d
[root@ktt workerman]# php /home/wwwroot/GatewayWorker/start.php start -d
PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.0.0". You are running 5.6.40. in /home/wwwroot/GatewayWorker/vendor/composer/platform_check.php on line 25
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.0.0". You are running 5.6.40. in /home/wwwroot/GatewayWorker/vendor/composer/platform_check.php on line 25
[root@ktt workerman]#
Centos7.9 + Php5.6.40
由于歷史原因,只能用php5.6
不是都寫(xiě)明白了嗎,要么你就??歷史版本看下,5.6都是十幾年前的版本了,淘汰的不能再淘汰
在Github里挖呀挖,終于找到start.php這個(gè)文件了 (致謝6年前的版本 https://github.com/cinob/gatewayworker-chat )