@@ -353,7 +353,7 @@ A `stream_select()` based event loop.
353353This uses the [ ` stream_select() ` ] ( https://www.php.net/manual/en/function.stream-select.php )
354354function and is the only implementation that works out of the box with PHP.
355355
356- This event loop works out of the box on PHP 5.3 through PHP 7 + and HHVM.
356+ This event loop works out of the box on PHP 5.3 through PHP 8 + and HHVM.
357357This means that no installation is required and this library works on all
358358platforms and supported PHP versions.
359359Accordingly, the [ ` Loop ` class] ( #loop ) and the deprecated [ ` Factory ` ] ( #factory )
@@ -397,7 +397,7 @@ This uses the [`event` PECL extension](https://pecl.php.net/package/event),
397397that provides an interface to ` libevent ` library.
398398` libevent ` itself supports a number of system-specific backends (epoll, kqueue).
399399
400- This loop is known to work with PHP 5.4 through PHP 7 +.
400+ This loop is known to work with PHP 5.4 through PHP 8 +.
401401
402402#### ExtEvLoop
403403
@@ -408,7 +408,7 @@ that provides an interface to `libev` library.
408408` libev ` itself supports a number of system-specific backends (epoll, kqueue).
409409
410410
411- This loop is known to work with PHP 5.4 through PHP 7 +.
411+ This loop is known to work with PHP 5.4 through PHP 8 +.
412412
413413#### ExtUvLoop
414414
@@ -418,7 +418,7 @@ This loop uses the [`uv` PECL extension](https://pecl.php.net/package/uv),
418418that provides an interface to ` libuv ` library.
419419` libuv ` itself supports a number of system-specific backends (epoll, kqueue).
420420
421- This loop is known to work with PHP 7+ .
421+ This loop is known to work with PHP 7.x .
422422
423423#### ~~ ExtLibeventLoop~~
424424
0 commit comments