mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed the session 4.2 bug compatibility mode
This commit is contained in:
parent
518a17e7bf
commit
e73a794105
10 changed files with 2 additions and 69 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue