簡(jiǎn)單的開發(fā)實(shí)例
實(shí)例一、使用HTTP協(xié)議對(duì)外提供Web服務(wù)
就是這個(gè),手冊(cè)中最前面的那個(gè)
運(yùn)行之后結(jié)果如下:
fenghao@fenghao-pc:~/文檔/TEST$ sudo php http_test.php start
PHP Warning: require_once(./Workerman/Autoloader.php): failed to open stream: No such file or directory in /home/fenghao/文檔/TEST/http_test.php on line 3
PHP Fatal error: require_once(): Failed opening required './Workerman/Autoloader.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/fenghao/文檔/TEST/http_test.php on line 3
是我哪里的配置錯(cuò)誤了嗎?