From 9be1238da0b3f87fe9781a2ca91202061b89c0a1 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Mon, 9 Jun 2014 15:59:35 +0200 Subject: Fixed problem with SessionHandler() class and endless recursion --- php_suhosin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'php_suhosin.h') 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) /* session */ void *s_module; + void *s_original_mod; int (*old_s_read)(void **mod_data, const char *key, char **val, int *vallen TSRMLS_DC); int (*old_s_write)(void **mod_data, const char *key, const char *val, const int vallen TSRMLS_DC); int (*old_s_destroy)(void **mod_data, const char *key TSRMLS_DC); -- cgit v1.3