From: Antony Dovgal Date: Wed, 1 Jun 2005 18:27:50 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.0.1b1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29319a81b8d07d177476f34ed5817f70142434cd;p=php fix typo (see details here: http://news.php.net/php.internals/16350) --- diff --git a/ext/session/session.c b/ext/session/session.c index e2efb9ee74..9c6940e02a 100644 --- a/ext/session/session.c +++ b/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)) {