diff options
Diffstat (limited to 'ext/session/php_session.h')
-rw-r--r-- | ext/session/php_session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h index 47ee858201..05a74c4ed0 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -120,6 +120,7 @@ typedef struct _php_ps_globals { zend_bool apply_trans_sid; /* whether or not to enable trans-sid for the current request */ long hash_func; + long hash_bits_per_character; } php_ps_globals; typedef php_ps_globals zend_ps_globals; |