diff options
Diffstat (limited to 'ext/rpc/handler.h')
| -rw-r--r-- | ext/rpc/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/rpc/handler.h b/ext/rpc/handler.h index a01598113b..cbb868265c 100644 --- a/ext/rpc/handler.h +++ b/ext/rpc/handler.h @@ -116,6 +116,7 @@ typedef struct _rpc_class_hash { typedef struct _rpc_internal { MUTEX_T mx_handler; TsHashTable function_table; + zend_bool free_function_table; rpc_object_handlers **handlers; rpc_class_hash *hash; zend_class_entry *ce; |
