From c564f55183a095c2840dd7e837bd282ff00f9c59 Mon Sep 17 00:00:00 2001 From: Joe Hoyle Date: Thu, 13 Jul 2023 15:57:29 +0200 Subject: [PATCH] Fix missing bindings --- allowed_bindings.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allowed_bindings.rs b/allowed_bindings.rs index 3e1e7e7..8f5e958 100644 --- a/allowed_bindings.rs +++ b/allowed_bindings.rs @@ -229,6 +229,8 @@ bind! { php_printf, __zend_malloc, tsrm_get_ls_cache, + executor_globals_offset, + core_globals_offset, TRACK_VARS_POST, TRACK_VARS_GET, TRACK_VARS_COOKIE,