diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2016-11-15 11:12:26 +0900 |
|---|---|---|
| committer | Joe Watkins <krakjoe@php.net> | 2016-11-16 05:08:29 +0000 |
| commit | 3d6e922367fc85fd175394b53946604807466011 (patch) | |
| tree | e7c477c3ed69654359167cf3cb334f7c603b14c1 /ext/session/php_session.h | |
| parent | 7b29c3fba6678ea84285aa60b2494cc79f388bbb (diff) | |
| download | php-git-3d6e922367fc85fd175394b53946604807466011.tar.gz | |
Refactor and cleanup implementation.
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 da5e48515a..775527c2f6 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -205,6 +205,7 @@ 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; |
