ID: 14536
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Session related
Operating System: debian 2.2.19pre17
PHP Version: 4.1.0
New Comment:
ZEND_DEBUG = disabled
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.1.0, Copyright (c) 1998-2001 Zend Technologies
Previous Comments:
------------------------------------------------------------------------
[2001-12-15 13:11:06] [EMAIL PROTECTED]
What is the version of the Zend Engine, as shown by the output of phpinfo(); ?
Derick
------------------------------------------------------------------------
[2001-12-15 13:08:46] [EMAIL PROTECTED]
starting session with session_register..
The session variable will display.. but after calling the session_unregister
command... the session variable still remains...
<?
session_start();
if($page == ""){
$test = "hello";
session_register("test");
}
elseif($page=="u"){
session_unregister("test");
}
else
{
echo "$test";
}
?>
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14536&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]