We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a52f7 commit fb03eb9Copy full SHA for fb03eb9
src/Factory.php
@@ -28,7 +28,7 @@ public static function create()
28
// only use ext-uv on PHP 7
29
return new LibUvLoop();
30
} elseif (class_exists('libev\EventLoop', false)) {
31
- return new LibEvLoop;
+ return new ExtLibevLoop;
32
} elseif (class_exists('EventBase', false)) {
33
return new ExtEventLoop();
34
} elseif (function_exists('event_base_new') && PHP_MAJOR_VERSION === 5) {
0 commit comments