Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60709 invoked by uid 1010); 31 May 2005 08:26:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53943 invoked from network); 31 May 2005 08:04:51 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 31 May 2005 08:04:51 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:56967] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id E4/7C-09714-78A1C924 for ; Tue, 31 May 2005 04:04:23 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id CC024C079E; Tue, 31 May 2005 11:04:19 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j4V84KdQ000870; Tue, 31 May 2005 11:04:20 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j4V84KbH000867; Tue, 31 May 2005 11:04:20 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Tue, 31 May 2005 11:04:20 +0300 (EEST) Reply-To: Jani Taskinen To: andi@zend.com cc: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: SID was accidently changed to CONST_CS? From: sniper@iki.fi (Jani Taskinen) Regarding this bug: http://bugs.php.net/bug.php?id=29322&edit=1 And by looking at this commit by Andi: http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.391&r2=1.392&ty=u and this part of it: - REGISTER_STRINGL_CONSTANT("SID", empty_string, 0, 0); + REGISTER_STRINGL_CONSTANT("SID", "", 0, 1); Where flags changed from 0 to 1.. Intentional or not? --Jani