Libevent - event notification
This extension is a wrapper for libevent - event notification library.
License: PHP
This package is not maintained, if you would like to take over please go to this page.
Version | Release | Download |
0.1.0 | 2013-05-22 | libevent-0.1.0.tgz |
0.0.5 | 2012-04-02 | libevent-0.0.5.tgz |
0.0.4 | 2010-06-23 | libevent-0.0.4.tgz |
0.0.2 | 2009-08-29 | libevent-0.0.2.tgz |
Version | Message |
0.1.0 |
- Added event_base_reinit(). (Ivan Shalganov, Andy Skelton) - Added config.w32. (bruno at chalopin dot fr) - Fixed windows compilation with libevent 2.x. (Anatol Belski) - Fixed bug #61673 (callback function args are wrong for signal handler). - Fixed bug #61653 (Segfault on event_free()). |
0.0.5 |
- Fixed build with museum PHP versions. - Fixed PECL bug #22705 (event_set() resets event base to NULL). - Changed event_set(), event_buffer_new() and event_buffer_set_fd() to accept numerical file descriptors. - Added event_priority_set() (patch by Ruslan Osmanov). - Fixed build with 5_4. |
0.0.4 |
- Added signal support to event_set(). - Added add event_buffer_set_callback(). - Fixed possible segfault in event_del(). |
0.0.2 | Initial release (after a long testing period). |