Provides interface to libev library
ev provides interface to libev library - high performance
full-featured event loop written in C.
License: PHP
Version | Release | Download |
1.0.9 | 2020-11-19 | ev-1.0.9.tgz |
1.0.8 | 2019-12-09 | ev-1.0.8.tgz |
1.0.7 | 2019-12-07 | ev-1.0.7.tgz |
1.0.6 | 2019-05-25 | ev-1.0.6.tgz |
1.0.4 | 2016-12-02 | ev-1.0.4.tgz |
Version | Message |
1.0.9 |
- Fixed GC issues revealed with PHP 7.4.1 - Fixed: tests/10_signal.phpt failed with debug build of PHP - Made sockets dependency optional in the Windows build configuration. |
1.0.8 |
- Fixed build warnings with PHP 7.4.0-alpha1: 'incompatible pointer type' warnings occurred in assignments to the write property handlers (thanks to Remi Collet). - Re-fixed the Windows build errors related to errno in a way that the libev sources are left pristine. (The root of the issue is actually rooted in the PHP code where the errno macro is re-defined.) |
1.0.7 |
- Updated libev - Fixed Windows build by applying a patch suggested by Christoph M. Becker. |
1.0.6 |
Fixed #35: Segmentation Fault / Assertion Failure with PHP 7.3 Fixed build warnings |
1.0.4 | Fix: memory leak in PHP 7.0.13 |