[PHP-DEV] info about ext/session bug #29322 Constant SID already defined
i cannot reopen bug 29322, nor can i add commit to it http://bugs.php.net/bug.php?id=29322 pls check against the cvs: http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.391&r2=1.392&ty=h -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] info about ext/session bug #29322 Constant SID already defined
On Fri, 20 May 2005 20:34:43 +0800 Xuefer <[EMAIL PROTECTED]> wrote: > i cannot reopen bug 29322, nor can i add commit to it > http://bugs.php.net/bug.php?id=29322 > pls check against the cvs: > http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.391&r2=1.392&ty=h I cannot reproduce the behaviour described in the bug report with latest 4.3, 5.0 and HEAD. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] info about ext/session bug #29322 Constant SID already defined
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=a; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Set-Cookie: SID=a22f42753f62f7b6a426f159851f0b40; path=/ Notice: Constant SID already defined in /usr/src/php5-obj/a on line 4 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php