ev

Provides interface to libev library


ev provides interface to libev library - high performance
full-featured event loop written in C.

License: PHP

Latest releases

Version Release Download
1.2.0 2024-09-03 ev-1.2.0.tgz
1.1.6RC1 2021-11-13 ev-1.1.6RC1.tgz
1.1.5 2021-09-17 ev-1.1.5.tgz
1.1.4 2021-07-26 ev-1.1.4.tgz
1.1.3 2021-07-26 ev-1.1.3.tgz
Show all releases

Changelog

Version Message
1.2.0 - Support for PHP versions older than 8 has been dropped. Maintaining compatibility
with multiple PHP versions (5, 7, and 8) has become increasingly difficult.
Recent changes in PHP 8.3 have further complicated the build scripts. Additionally,
as PHP releases older than 8.1 are now officially unsupported, it has become
challenging to continue supporting PHP 5 and 7.
- Fixed #51: Building statically with PHP 8.3.10 fails with an "unknown" PHP version.
1.1.6RC1 Suppressed warnings for UnwindExit and GracefulExit in PHP 8. Thanks to Aaron Piotrowski.
1.1.5 Fixed #44: segmentation fault when the watcher is destroyed in its callback and an exception is thrown.
Issue #40: Fixed PHP 8 Windows build: the list of source files in config.w32 was incorrect for PHP 8.
1.1.4 Fixed tests with PHP versions 8.1.0beta (both NTS and ZTS) and 5 ZTS. Thanks to Remi Collet.
1.1.3 Fixed #43: watcher was not stopped on an uncaught exception in the callback.
Show complete changelog