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.8
(stable)
|
Fix: segmentation fault in EvLoop/EvWatcher dtors caused by reference variables stored in 'data' property Fix: EvLoop/EvWatcher object dtors sometimes didn't free the 'data' member until the script shutdown phase Fix: get_properties property handler was not implemented for PHP >= 5.4.0 |