expressif / pecl-event-libevent

PHP7 Libevent - event notification
http://pecl.php.net/package/libevent
56 stars 16 forks source link

Bug of event_free #16

Closed sm2017 closed 7 years ago

sm2017 commented 7 years ago

before event_free the $fd is resource of type (stream) and after resource of type (Unknown)

ichiriac commented 7 years ago

thanks, I'll merge it after fixing the issue

sm2017 commented 7 years ago

Please see https://github.com/expressif/pecl-event-libevent/issues/11