| Package Information |
| Summary |
Provides interface to libev library |
| Maintainers |
Ruslan Osmanov <osmanov@php.net> (lead) [details]
|
| License |
PHP |
| Description |
ev provides interface to libev library - high performance
full-featured event loop written in C. |
| Homepage |
https://bitbucket.org/osmanov/pecl-ev |
Release notes Version 0.2.0 (stable) |
Change: moved ev_* functions to Ev singleton(due to some issues with reflection)
Change: renamed EvLoop::break to EvLoop::stop, and ev_break to Ev::stop
Change: moved all constants to Ev class
Fix: release version
Del: callback parameter from EvLoop constructor/factories
Change: watcher createStopped methods made final
Change: watcher factory methods made final |