diff options
Diffstat (limited to 'ext/session/php_session.h')
-rw-r--r-- | ext/session/php_session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h index 775527c2f6..da5e48515a 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -205,7 +205,6 @@ typedef struct _php_ps_globals { zend_bool use_strict_mode; /* whether or not PHP accepts unknown session ids */ zend_bool lazy_write; /* omit session write when it is possible */ zend_string *session_vars; /* serialized original session data */ - zend_bool in_save_handler; /* state that if session is in save handler or not */ } php_ps_globals; typedef php_ps_globals zend_ps_globals; |