Package Information |
Summary |
Provides interface to libev library |
Maintainers |
Ruslan Osmanov <
osmanov at php dot 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 1.0.0RC4
(beta)
|
Fix in PHP7: memory leak due to incorrect default loop destruction. Change: removed pthreads dependency(pthread_atfork setup for the ev_loop_fork(EV_DEFAULT) call) |