php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65692 -
Submitted: 2013-09-17 20:54 UTC Modified: 2013-10-15 11:54 UTC
From: supermenxxx at gmail dot com Assigned:
Status: No Feedback Package: eio (PECL)
PHP Version: 5.5.3 OS: ubuntu 12
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: supermenxxx at gmail dot com
New email:
PHP Version: OS:

 

 [2013-09-17 20:54 UTC] supermenxxx at gmail dot com
Description:
------------
at version eio 1.2.3 dont any reaction to eio events at libevent with fd = 
eio_get_event_stream() and callbacks dont work, but at version 0.5.0 all works.

Test script:
---------------
$eiofd = eio_get_event_stream();


event_set($event2, $eiofd, EV_READ | EV_PERSIST, "my_eio_poll", array($event2, $base));
event_base_set($event2, $base);
event_add($event2);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-09-17 20:57 UTC] osmanov@php.net
-Status: Open +Status: Feedback
 [2013-09-17 20:57 UTC] osmanov@php.net
Kinda "libevent" ext. issue. What about "event" extension:
http://www.php.net/manual/en/book.event.php

Thanks.
 [2013-10-15 11:54 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC