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 0.2.11
(stable)
|
Fixed #7: static building was not supported(Tim) Fixed #9: factory methods messed up the instance zval properties thus causing fatal errors in PHP 5.6 Fixed: EvWatcher::keepalive method didn't regard the default value of the 1st argument. Pulled latest fixes from libev's upstream |