summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index bf82b0c1a3..0c3f20f354 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -368,6 +368,7 @@ typedef struct _call_slot {
struct _zend_execute_data {
struct _zend_op *opline;
+ void **run_time_cache;
zend_function_state function_state;
zend_op_array *op_array;
zend_object *object;