|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch proposed_fix for libevent Bug #59680Patch version 2013-01-31 19:15 UTC Return to Bug #59680 | Download this patchPatch Revisions: Developer: tony2001@php.net
Index: libevent.c
===================================================================
--- libevent.c (revision 325894)
+++ libevent.c (working copy)
@@ -605,6 +605,8 @@
ret = event_add(event->event, &time);
}
+ zval_add_ref(&zevent);
+
if (ret != 0) {
RETURN_FALSE;
}
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 02:00:02 2025 UTC |