From: [EMAIL PROTECTED]
Operating system: linux 2.2
PHP version: 4.1.0
PHP Bug Type: Session related
Bug description: session_register() doesn't register
I got an array as a session var, then on one page I do
unset($basket);
$basket = array();
session_register("basket")
ID: 14688
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Session related
Operating System: linux 2.2
PHP Version: 4.1.0
New Comment:
Both servers got register_globals = On.
On the 4.1.0 server i run with a php.ini that originates fro
ID: 14688
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Session related
Operating System: linux 2.2
PHP Version: 4.1.0
New Comment:
This bug is in 4.1.1 aswell
Previous Comments: