diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-11-11 12:52:31 +0900 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2016-11-16 05:08:29 +0000 |
commit | 7b29c3fba6678ea84285aa60b2494cc79f388bbb (patch) | |
tree | 4777b1dbdb505e79981a4316d18cb826c1c0b83e /ext/session/php_session.h | |
parent | 186ff85588abc609bdd3438386887f70ad5c4f9d (diff) | |
download | php-git-7b29c3fba6678ea84285aa60b2494cc79f388bbb.tar.gz |
Revert "Fix Bug #73461"
This reverts commit 0383de14678e4c77e11ebf261530d4c1260825a1.
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; |