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 94fc10db80..d16909762e 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -91,7 +91,6 @@ typedef struct { int gc_maxlifetime; int module_number; const struct ps_serializer_struct *serializer; - char *php_sid; } php_ps_globals; extern zend_module_entry session_module_entry; |