Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47543 invoked by uid 1010); 21 May 2005 03:26:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37808 invoked from network); 21 May 2005 03:09:38 -0000 Received: from unknown (HELO gmail.com) (127.0.0.1) by localhost with SMTP; 21 May 2005 03:09:38 -0000 X-Host-Fingerprint: 64.233.184.196 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.196:38042] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id EB/1B-19821-276AE824 for ; Fri, 20 May 2005 23:09:38 -0400 Received: by wproxy.gmail.com with SMTP id 63so470559wri for ; Fri, 20 May 2005 20:09:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PDWySBNHO4AFdQ8RVRG+gxeCl+A/OyKRAw3ssohfm3sOiGzeoDDddHYdB7NFZzATqGm4kla1hWSOPVUDDZnXUN2WGlHImjjuc8NsGRqSYtEHXGjo1IPLsU9Tc+52oPLr+ZtkwoyKz8R1vebAqgisVByZ54FJ6D7pQMzaM6BZ8Nw= Received: by 10.54.20.12 with SMTP id 12mr1324951wrt; Fri, 20 May 2005 20:09:35 -0700 (PDT) Received: by 10.54.20.24 with HTTP; Fri, 20 May 2005 20:09:35 -0700 (PDT) Message-ID: <28139bc050520200955d3d012@mail.gmail.com> Date: Sat, 21 May 2005 11:09:35 +0800 Reply-To: Xuefer To: Antony Dovgal Cc: internals@lists.php.net In-Reply-To: <20050520205025.29a6254d.antony@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <28139bc0505200534b74f304@mail.gmail.com> <20050520205025.29a6254d.antony@zend.com> Subject: Re: [PHP-DEV] info about ext/session bug #29322 Constant SID already defined From: xuefer@gmail.com (Xuefer) reproducable script: $ ./sapi/cgi/php.exe -v PHP 5.1.0-dev (cgi-fcgi) (built: May 7 2005 01:01:15) $ grep 'Id:' ../php5/ext/session/session.c /* $Id: session.c,v 1.409 2005/03/24 00:17:16 tony2001 Exp $ */ $ ./sapi/cgi/php.exe test.php Content-type: text/html Set-Cookie: SID=3Da; path=3D/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=3D0, pre-che= ck=3D0 Pragma: no-cache Set-Cookie: SID=3Da22f42753f62f7b6a426f159851f0b40; path=3D/ Notice: Constant SID already defined in /usr/src/php5-obj/a on line 4