![]() |
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.netIndex: 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; } |
![]() All rights reserved. |
Last updated: Mon Feb 17 23:01:29 2025 UTC |