Skip to content

Commit c044fc5

Browse files
committed
Add entropy when observer extension enabled
1 parent 18c61c7 commit c044fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_observer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ZEND_API void zend_observer_fcall_register(zend_observer_fcall_init init) {
3939
/* We don't want to get an extension handle unless an ext installs an observer */
4040
if (!ZEND_OBSERVER_ENABLED) {
4141
zend_observer_fcall_op_array_extension =
42-
zend_get_op_array_extension_handle();
42+
zend_get_op_array_extension_handle("Zend Observer");
4343

4444
/* ZEND_CALL_TRAMPOLINE has SPEC(OBSERVER) but zend_init_call_trampoline_op()
4545
* is called before any extensions have registered as an observer. So we

0 commit comments

Comments
 (0)