summaryrefslogtreecommitdiff
path: root/ext/session/php_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/php_session.h')
-rw-r--r--ext/session/php_session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h
index 4c5515da03..8d3c9d0b4e 100644
--- a/ext/session/php_session.h
+++ b/ext/session/php_session.h
@@ -127,8 +127,6 @@ typedef struct _php_ps_globals {
zval *ps_gc;
} name;
} mod_user_names;
- zend_bool bug_compat; /* Whether to behave like PHP 4.2 and earlier */
- zend_bool bug_compat_warn; /* Whether to warn about it */
const struct ps_serializer_struct *serializer;
zval *http_session_vars;
zend_bool auto_start;