ID: 11527
Updated by: sebastian
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Session related
Operating System: FreeBSD 4.3 STABLE
PHP Version: 4.0.5
New Comment:
This is not a bug. Reading the comments on
http://www.php.net/manual/en/function.session-unregister.php sh
Hi Jani,
you're not hallucinating. This was being discussed just before
the lists went south, IIRC Andrei said he would commit a change.
There was some nontrivial stuff involved, I just don't remember
what it was.
But I thought it'd be fixed in 4.0.6; if you still get this
behavior with RC4 it
ID: 11527
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: *Session related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
Hi Jani,
does your comment mean register_globals off is deprecated? I don't think so. :)
Previous Comments:
-
ID: 11527
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Bogus
Status: Closed
Bug Type: *Session related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
You should be using this:
$somevar = "abc";
Not the globals array.
Works for me with PHP 4.0.6RC3 just fin
ID: 11527
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: *Session related
Operating system: FreeBSD 4.3 STABLE
PHP Version: 4.0.5
Description: session_unregister() seems not work properly
> Yes, when you unregister something,
> you also need to unset it if you want it
> to be unset i
ID: 11527
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: *Session related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
Yes, when you unregister something, you also need to unset
it if you want it to be unset immediately.
Previous Co
ID: 11527
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: *Session related
Operating system: FreeBSD 4.3 STABLE
PHP Version: 4.0.5
Description: session_unregister() seems not work properly
Well I found a solution. Just replace session_unregister()
by unset() statement.
Previous Comment