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.1.4 | 2024-07-16 | event-3.1.4.tgz |
3.1.3 | 2024-01-27 | event-3.1.3.tgz |
3.1.2 | 2024-01-24 | event-3.1.2.tgz |
3.1.1 | 2023-12-29 | event-3.1.1.tgz |
3.1.0 | 2023-12-26 | event-3.1.0.tgz |
Version | Message |
3.1.4 | Fixed tests failing with PHP 8.4.0-alpha1 (thanks to Remi Collet). |
3.1.3 | EventDnsBase::__construct() now throws a TypeError if the type of the $initialize argument is anything other than int or bool. |
3.1.2 | Fixed an issue in EventDnsBase::__construct() where it failed to accept the init flag set to true when using libevent version < 2.1.0. |
3.1.1 | Fixed build in RHEL 7 and 8 (thanks to Remi Collet). |
3.1.0 | Stable version based on 3.1.0RC1. Refer to release notes of 3.1.0RC1 for details. |