diff options
| author | Ben Fuhrmannek | 2016-02-24 23:33:34 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-02-24 23:33:34 +0100 |
| commit | d4e9bb339360cb7d6ece5b1b60c08c8611bac19c (patch) | |
| tree | ceb428cd6745b4363b25144f67304b7fbea212e2 /php_suhosin7.h | |
| parent | 346455c6b5716c8ce095235428614e15c0adf13e (diff) | |
executor improvements
Diffstat (limited to 'php_suhosin7.h')
| -rw-r--r-- | php_suhosin7.h | 2 |
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 | ||
| 73 | static inline int suhosin_is_protected_varname(char *var, int var_len) | 73 | static inline int suhosin_is_protected_varname(char *var, int var_len) |
| 74 | { | 74 | { |
