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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Thu Dec 26 18:01:31 2024 UTC