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 5b256ab commit d9caf5eCopy full SHA for d9caf5e
README.md
@@ -433,7 +433,7 @@ This event loop does only work with PHP 5.
433
An [unofficial update](https://github.com/php/pecl-event-libevent/pull/2) for
434
PHP 7 does exist, but it is known to cause regular crashes due to `SEGFAULT`s.
435
To reiterate: Using this event loop on PHP 7 is not recommended.
436
-Accordingly, neither the [`Loop` object](#loop) or the deprecated [`Factory`](#factory) will try to use this event loop on
+Accordingly, neither the [`Loop` object](#loop) nor the deprecated [`Factory`](#factory) will try to use this event loop on
437
PHP 7.
438
439
This event loop is known to trigger a readable listener only if
0 commit comments