diff options
| author | Ben Fuhrmannek | 2014-10-16 15:08:59 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-10-16 15:08:59 +0200 |
| commit | c4467269c3d5bf4cba72dadf846e229e4bc5c0c7 (patch) | |
| tree | d3696caedda0ffef0143a80cf3e70c459147b255 /php_suhosin.h | |
| parent | 82e8d0eb03fb3bd88062e99065f990b26fb9fc8b (diff) | |
| parent | 49a4321cec080d61ff112aaf27f55257e62402f9 (diff) | |
Merge branch 'ifilter'
Diffstat (limited to 'php_suhosin.h')
| -rw-r--r-- | php_suhosin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index b81043a..28a88eb 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -208,6 +208,8 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 208 | long max_value_length; | 208 | long max_value_length; |
| 209 | long max_array_depth; | 209 | long max_array_depth; |
| 210 | long max_array_index_length; | 210 | long max_array_index_length; |
| 211 | char* array_index_whitelist; | ||
| 212 | char* array_index_blacklist; | ||
| 211 | zend_bool disallow_nul; | 213 | zend_bool disallow_nul; |
| 212 | zend_bool disallow_ws; | 214 | zend_bool disallow_ws; |
| 213 | /* cookie variables */ | 215 | /* cookie variables */ |
| @@ -447,6 +449,8 @@ extern unsigned int (*old_input_filter)(int arg, char *var, char **val, unsigned | |||
| 447 | void normalize_varname(char *varname); | 449 | void normalize_varname(char *varname); |
| 448 | int suhosin_rfc1867_filter(unsigned int event, void *event_data, void **extra TSRMLS_DC); | 450 | int suhosin_rfc1867_filter(unsigned int event, void *event_data, void **extra TSRMLS_DC); |
| 449 | void suhosin_bailout(TSRMLS_D); | 451 | void suhosin_bailout(TSRMLS_D); |
| 452 | size_t suhosin_strnspn(const char *input, size_t n, const char *accept); | ||
| 453 | size_t suhosin_strncspn(const char *input, size_t n, const char *reject); | ||
| 450 | 454 | ||
| 451 | /* Add pseudo refcount macros for PHP version < 5.3 */ | 455 | /* Add pseudo refcount macros for PHP version < 5.3 */ |
| 452 | #ifndef Z_REFCOUNT_PP | 456 | #ifndef Z_REFCOUNT_PP |
