| Changelog for ev |
| Release |
What has changed? |
| 0.2.4 |
Fix: build error in Mac OS X: inline php_ev_set_watcher_priority function had been exported as a library symbol |
| 0.2.3 |
Fixed build errors where sockets extension required, made optional(thanks to auroraeos on #php.pecl@efnet IRC).
Fixed build errors for non-threaded configuration.
Streams' casting fixed and improved. |
| 0.2.2 |
Fix: bug #3 where ev_loop_fork invoked with EV_DEFAULT_UC(thanks to John Chen)
Refact: callbacks' no_separation = 1(was 0)
Fix: typo in package.xml
Fix: markdown syntax |
| 0.2.1 |
Fix: get_property_ptr_ptr for zval properties was not supoprted. See
http://old.nabble.com/Can%27t-get-zval-write-property-handler-working-for-%2B%2B------%2B%2B-and-other-operators-to34843859.html
Fix: check for attempts to bind a signal to different event loops |
| 0.2.0 |
Change: moved ev_* functions to Ev singleton(due to some issues with reflection)
Change: renamed EvLoop::break to EvLoop::stop, and ev_break to Ev::stop
Change: moved all constants to Ev class
Fix: release version
Del: callback parameter from EvLoop constructor/factories
Change: watcher createStopped methods made final
Change: watcher factory methods made final |
| 0.1.1 |
Initial release |
| 0.1.0 |
Initial release |