我正在从github仓库安装dnode-php。
我运行的是PHP 5.3.10和Composer。我使用上述存储库中包含的composer.json文件来生成我的autoload.php文件。
当我运行server.php时,我得到以下消息:
PHP Fatal error: Class 'React\EventLoop\StreamSelectLoop' not found in /home/chelsea/dnode-php-master/examples/simple/server.php on line 16如何修复此错误?
发布于 2014-09-16 19:36:32
你想为此下载React库。然后你的问题就解决了。
https://stackoverflow.com/questions/23584852
复制相似问题