ID: 11643
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Assigned
Bug Type: Session related
Operating System: Linux
PHP Version: 4.0 Latest CVS (2001-06-24)
Assigned To: hholzgra
New Comment:

Status should be assigned..


Previous Comments:
------------------------------------------------------------------------

[2001-08-12 21:01:24] [EMAIL PROTECTED]

Oops. The bug is _not_ fixed yet. I misunderstood Hartmut
's comment.

------------------------------------------------------------------------

[2001-08-12 19:40:15] [EMAIL PROTECTED]

According to 
http://cvs.php.net/diff.php/php4/ext/session/session.c?r1=1.213&r2=1.214&f=h&num=10, 
Hartmut has now succeeded in committing his session.c changes. That should mean that 
this bug is fixed in current CVS.

------------------------------------------------------------------------

[2001-06-25 16:38:08] [EMAIL PROTECTED]

i've already noticed and fixed this, 
but my current session.c has conflicts
i ahve to resolve before checkin ...

------------------------------------------------------------------------

[2001-06-24 13:10:03] [EMAIL PROTECTED]

session_destroy() and session_register() both defines the same symbol. When I set:

error_reporting = E_ALL

in php.ini file I got warning:

Warning: Constant sid already defined in 
/home/sites/home/users/zork/web/report/sid.php on line 5

in this saple code:

<?
$foo = 2;
session_start();
session_destroy();
session_register("foo");
session_register("bar");
?>

On web: http://biuro.pablosoft.com.pl/~zork/report/sid.php

Zork

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=11643&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to