php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #67420 Undocumented libevent functions
Submitted: 2014-06-11 11:16 UTC Modified: 2017-10-24 04:44 UTC
From: daverandom@php.net Assigned:
Status: Open Package: Documentation problem
PHP Version: Irrelevant OS: Any
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: daverandom@php.net
New email:
PHP Version: OS:

 

 [2014-06-11 11:16 UTC] daverandom@php.net
Description:
------------
The following functions are currently undocumented:

event_base_reinit
event_priority_set
event_timer_set
event_timer_pending

event_timer_new (alias of event_new)
event_timer_add (alias of event_add)
event_timer_del (alias of event_del)



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-06-13 10:26 UTC] daverandom@php.net
-Assigned To: +Assigned To: daverandom
 [2014-06-13 12:55 UTC] daverandom@php.net
Automatic comment from SVN on behalf of daverandom
Revision: http://svn.php.net/viewvc/?view=revision&revision=333778
Log: Document 6 ext/libevent functions as partial fix for bug 67420

The remaining missing function event_timer_pending() will be documented when the exact purpose and API has been agreed with the package maintainers, at present it appears to be incorrectly implemented.
 [2017-10-24 04:44 UTC] kalle@php.net
-Status: Assigned +Status: Open -Package: libevent +Package: Documentation problem -Assigned To: daverandom +Assigned To:
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 20:01:29 2024 UTC