Skip to content

Commit 24fab17

Browse files
committed
Add executor globals to allowed bindings for CLI
1 parent 8c1509f commit 24fab17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

allowed_bindings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,6 @@ bind! {
191191
zend_class_unserialize_deny,
192192
zend_objects_store_del,
193193
gc_possible_root,
194-
ZEND_ACC_NOT_SERIALIZABLE
194+
ZEND_ACC_NOT_SERIALIZABLE,
195+
executor_globals
195196
}

0 commit comments

Comments
 (0)