Browse Source

fix typo

(see details here: http://news.php.net/php.internals/16350)
PHP-5.1
Antony Dovgal 21 years ago
parent
commit
29319a81b8
  1. 2
      ext/session/session.c

2
ext/session/session.c

@ -1098,7 +1098,7 @@ static void php_session_reset_id(TSRMLS_D)
smart_str_0(&var);
REGISTER_STRINGL_CONSTANT("SID", var.c, var.len, 0);
} else {
REGISTER_STRINGL_CONSTANT("SID", STR_EMPTY_ALLOC(), 0, 1);
REGISTER_STRINGL_CONSTANT("SID", STR_EMPTY_ALLOC(), 0, 0);
}
if (PS(apply_trans_sid)) {

Loading…
Cancel
Save