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

Update CHANGELOG for UvReactor

This commit is contained in:
Daniel Lowrey 2014-06-12 10:43:40 -04:00
parent bbd2ca2075
commit 6dceda3daa

View File

@ -1,5 +1,7 @@
### master
- Add new libuv reactor support (`UvReactor`) via the [php-uv extension](https://github.com/chobie/php-uv).
The php-uv extension must be built [against commit 75fd2ff591](https://github.com/chobie/php-uv/commit/75fd2ff591de2d3571985437de4465dfe8687753) or newer.
- Add `Reactor::watchStream()` alternative for IO watching. The `$flags` bitmask
paves the way for additional option specs in the forthcoming libuv reactor without
needlessly complicating the interface.