環(huán)境centos7.4,php5.4環(huán)境檢測通過,但是運(yùn)行報(bào)錯(cuò)
如下:
# php start.php start -d
PHP Warning: require_once(/root/workerman-todpole/vendor/autoload.php): failed to open stream: No such file or directory in /root/workerman-todpole/start.php on line 29
Warning: require_once(/root/workerman-todpole/vendor/autoload.php): failed to open stream: No such file or directory in /root/workerman-todpole/start.php on line 29
PHP Fatal error: require_once(): Failed opening required '/root/workerman-todpole/vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /root/workerman-todpole/start.php on line 29
Fatal error: require_once(): Failed opening required '/root/workerman-todpole/vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /root/workerman-todpole/start.php on line 29
# php -v
PHP 5.4.16 (cli) (built: Apr 12 2018 19:02:01)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
# curl -Ss http://www.wtbis.cn/check.php | php
PHP Version >= 5.3.3
Extension pcntl check
Extension posix check
下載的是已經(jīng)完成的程序,沒有動(dòng)任何文件>