Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Oct 20, 2021
1 parent 5b256ab commit d9caf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ This event loop does only work with PHP 5.
An [unofficial update](https://github.com/php/pecl-event-libevent/pull/2) for
PHP 7 does exist, but it is known to cause regular crashes due to `SEGFAULT`s.
To reiterate: Using this event loop on PHP 7 is not recommended.
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
PHP 7.

This event loop is known to trigger a readable listener only if
Expand Down

0 comments on commit d9caf5e

Please sign in to comment.