Skip to content

Commit c564f55

Browse files
committed
Fix missing bindings
1 parent 36d6159 commit c564f55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

allowed_bindings.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ bind! {
229229
php_printf,
230230
__zend_malloc,
231231
tsrm_get_ls_cache,
232+
executor_globals_offset,
233+
core_globals_offset,
232234
TRACK_VARS_POST,
233235
TRACK_VARS_GET,
234236
TRACK_VARS_COOKIE,

0 commit comments

Comments
 (0)