diff options
| author | Stefan Esser | 2012-01-14 18:40:39 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-01-14 18:40:39 +0100 |
| commit | baed654dfa7c0e04795307b6567d4141fd6365c3 (patch) | |
| tree | 3331290765f261825a708309a36632e2f0707bba /php_suhosin.h | |
| parent | 73b1968ee30f6d9d2dae497544b910e68e114bfa (diff) | |
detect runtime modification of post handlers
Diffstat (limited to 'php_suhosin.h')
| -rw-r--r-- | php_suhosin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index 93a6b45..1e2e053 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -307,6 +307,7 @@ char *suhosin_decrypt_string(char *str, int padded_len, char *var, int vlen, cha | |||
| 307 | char *suhosin_generate_key(char *key, zend_bool ua, zend_bool dr, long raddr, char *cryptkey TSRMLS_DC); | 307 | char *suhosin_generate_key(char *key, zend_bool ua, zend_bool dr, long raddr, char *cryptkey TSRMLS_DC); |
| 308 | char *suhosin_cookie_decryptor(TSRMLS_D); | 308 | char *suhosin_cookie_decryptor(TSRMLS_D); |
| 309 | void suhosin_hook_post_handlers(TSRMLS_D); | 309 | void suhosin_hook_post_handlers(TSRMLS_D); |
| 310 | void suhosin_unhook_post_handlers(); | ||
| 310 | void suhosin_hook_register_server_variables(); | 311 | void suhosin_hook_register_server_variables(); |
| 311 | void suhosin_hook_header_handler(); | 312 | void suhosin_hook_header_handler(); |
| 312 | void suhosin_unhook_header_handler(); | 313 | void suhosin_unhook_header_handler(); |
