Removed the session 4.2 bug compatibility mode

This commit is contained in:
Kalle Sommer Nielsen 2010-04-22 01:07:48 +00:00
parent 518a17e7bf
commit e73a794105
10 changed files with 2 additions and 69 deletions

View file

@ -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;