We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c61c7 commit c044fc5Copy full SHA for c044fc5
Zend/zend_observer.c
@@ -39,7 +39,7 @@ ZEND_API void zend_observer_fcall_register(zend_observer_fcall_init init) {
39
/* We don't want to get an extension handle unless an ext installs an observer */
40
if (!ZEND_OBSERVER_ENABLED) {
41
zend_observer_fcall_op_array_extension =
42
- zend_get_op_array_extension_handle();
+ zend_get_op_array_extension_handle("Zend Observer");
43
44
/* ZEND_CALL_TRAMPOLINE has SPEC(OBSERVER) but zend_init_call_trampoline_op()
45
* is called before any extensions have registered as an observer. So we
0 commit comments