diff options
Diffstat (limited to 'ext/session/php_session.h')
-rw-r--r-- | ext/session/php_session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h index bc21a15023..d0a42a25b6 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -90,6 +90,7 @@ typedef struct { int gc_maxlifetime; int module_number; const struct ps_serializer_struct *serializer; + zval *http_state_vars; } php_ps_globals; extern zend_module_entry session_module_entry; |