summaryrefslogtreecommitdiff
path: root/php_suhosin7.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin7.h')
-rw-r--r--php_suhosin7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_suhosin7.h b/php_suhosin7.h
index eaf2f87..2b5f48e 100644
--- a/php_suhosin7.h
+++ b/php_suhosin7.h
@@ -68,7 +68,7 @@ extern zend_module_entry suhosin7_module_entry;
68// PHP_RSHUTDOWN_FUNCTION(suhosin); 68// PHP_RSHUTDOWN_FUNCTION(suhosin);
69// PHP_MINFO_FUNCTION(suhosin); 69// PHP_MINFO_FUNCTION(suhosin);
70 70
71#include "ext/standard/basic_functions.h" 71// #include "ext/standard/basic_functions.h"
72 72
73static inline int suhosin_is_protected_varname(char *var, int var_len) 73static inline int suhosin_is_protected_varname(char *var, int var_len)
74{ 74{