简体   繁体   中英

DNODE PHP Fatal error: Class 'React\EventLoop\StreamSelectLoop'

I am installing dnode-php from github repository.

I am running PHP 5.3.10 and Composer. I used the composer.json file included in the above repository to generate my autoload.php files.

When I go to run server.php I get the following message:

PHP Fatal error:  Class 'React\EventLoop\StreamSelectLoop' not found in /home/chelsea/dnode-php-master/examples/simple/server.php on line 16

How do I fix this error?

You want to download the React library for this. And then your issue will be solved out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM