Provides interface to libevent library
This is an extension to efficiently schedule I/O, time and signal based
events using the best I/O notification mechanism available for specific platform.
This is a port of libevent to the PHP infrastructure.
Version 1.0.0 introduces:
* new OO API breaking backwards compatibility
* support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener.
Note, event-1.0.0 and greater is not compatible with previous versions.
License: PHP
Version | Release | Download |
3.0.2 | 2020-12-06 | event-3.0.2.tgz |
3.0.1 | 2020-12-02 | event-3.0.1.tgz |
3.0.0 | 2020-10-27 | event-3.0.0.tgz |
2.5.7 | 2020-09-07 | event-2.5.7.tgz |
2.5.6 | 2020-05-20 | event-2.5.6.tgz |
Version | Message |
3.0.2 | - Fixed #65: some methods had wrong argument/return type hints |
3.0.1 | - Fixed #64: build failed to find arginfo.h when invoked via pecl install event-beta |
3.0.0 |
- Added PHP8 support. - Introduced strict type hinting. - Removed deprecated EventBufferEvent::sslFilter method. |
2.5.7 | Issue #61: fixed segfault that appeared after throwing exception from event handler in PHP 7.4.9+ |
2.5.6 | Fixed a bug where numeric file descriptor was fetched from stdio stream incorrectly (issue #60) |