diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-22 01:07:48 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-22 01:07:48 +0000 |
commit | e73a7941055402562a1197bfb277e6cec852ac1c (patch) | |
tree | c7351dca1754915086b62ba49218c3e800301c19 /ext/session/php_session.h | |
parent | 518a17e7bfbc1cbce1ef121f9ec2577b257de1da (diff) | |
download | php-git-e73a7941055402562a1197bfb277e6cec852ac1c.tar.gz |
Removed the session 4.2 bug compatibility mode
Diffstat (limited to 'ext/session/php_session.h')
-rw-r--r-- | ext/session/php_session.h | 2 |
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; |