1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Add note about extension backends

This commit is contained in:
Daniel Lowrey 2015-10-31 22:54:13 -04:00
parent 3057329a5c
commit 515129f446

View File

@ -15,6 +15,8 @@ Learn more about `amphp/amp` in [the guide](http://amphp.org/docs/amp/).
**Optional Extension Backends**
Extensions are only needed if your app necessitates high numbers of concurrent socket connections.
- [ev](https://pecl.php.net/package/ev)
- [libevent](https://pecl.php.net/package/libevent)
- [php-uv](https://github.com/bwoebi/php-uv) (experimental fork, requires PHP7)