Problem
Firebird\Event is registered in fbird_classes.c:1394 with NULL methods (INIT_CLASS_ENTRY(ce, "Firebird\\Event", NULL)). The class is returned by fbird_set_event_handler but no methods are accessible from PHP. Comment says "wired in Phase H".
Acceptance Criteria
Source
QA Audit 2026-04-09 - Finding C11 (Priority P3 - Phase H)
Problem
Firebird\Eventis registered infbird_classes.c:1394withNULLmethods (INIT_CLASS_ENTRY(ce, "Firebird\\Event", NULL)). The class is returned byfbird_set_event_handlerbut no methods are accessible from PHP. Comment says "wired in Phase H".Acceptance Criteria
Firebird\Eventhas at minimum:wait(float $timeout = -1): bool,cancel(): void,getEventNames(): arrayfbird_events.cmigrated to useFirebird\Eventobject (nole_eventresource)stubs/firebird-classes.phpandphpstan/fbird.stub.phpFirebird\EventmethodsSource
QA Audit 2026-04-09 - Finding C11 (Priority P3 - Phase H)