diff options
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 152fe43..3454f5d 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -192,6 +192,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 192 | 192 | ||
| 193 | /* session */ | 193 | /* session */ |
| 194 | void *s_module; | 194 | void *s_module; |
| 195 | void *s_original_mod; | ||
| 195 | int (*old_s_read)(void **mod_data, const char *key, char **val, int *vallen TSRMLS_DC); | 196 | int (*old_s_read)(void **mod_data, const char *key, char **val, int *vallen TSRMLS_DC); |
| 196 | int (*old_s_write)(void **mod_data, const char *key, const char *val, const int vallen TSRMLS_DC); | 197 | int (*old_s_write)(void **mod_data, const char *key, const char *val, const int vallen TSRMLS_DC); |
| 197 | int (*old_s_destroy)(void **mod_data, const char *key TSRMLS_DC); | 198 | int (*old_s_destroy)(void **mod_data, const char *key TSRMLS_DC); |
