From 62c48bf9a85e0294b7b32cea438e904e1cd50669 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 28 Dec 2017 15:14:02 +0100 Subject: Show in the phpinfo() is the config is valid This should close #39 --- src/php_snuffleupagus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/php_snuffleupagus.h') diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index cf50a10..d7c3e27 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h @@ -59,6 +59,7 @@ extern zend_module_entry snuffleupagus_module_entry; ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) sp_config config; +bool is_config_valid; HashTable *disabled_functions_hook; HashTable *sp_internal_functions_hook; ZEND_END_MODULE_GLOBALS(snuffleupagus) -- cgit v1.3