summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index fb90d1c..ca39bb8 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -58,7 +58,7 @@ extern zend_module_entry snuffleupagus_module_entry;
58#endif 58#endif
59 59
60ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) 60ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus)
61bool in_eval; 61size_t in_eval;
62sp_config config; 62sp_config config;
63bool is_config_valid; 63bool is_config_valid;
64HashTable *disabled_functions_hook; 64HashTable *disabled_functions_hook;