summaryrefslogtreecommitdiff
path: root/ext/session/php_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/php_session.h')
-rw-r--r--ext/session/php_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h
index 8cbd86a613..ab5cb0df5c 100644
--- a/ext/session/php_session.h
+++ b/ext/session/php_session.h
@@ -92,7 +92,7 @@ typedef struct {
int module_number;
int cache_expire;
const struct ps_serializer_struct *serializer;
- zval *http_state_vars;
+ zval *http_session_vars;
} php_ps_globals;
extern zend_module_entry session_module_entry;