mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
d6c36e9af7
commit
6230c2bad0
6 changed files with 96 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue