From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0.5
PHP Bug Type: *Session related
Bug description: Storage of session variable fails
Previously, doing:
<?php
session_register('user');
$user['UserName'] = "this is a test";
print $user['UserName'];
?>
would result in the browser displaying:
this is a test
In PHP 4.0.5, the browser displays:
t
Which is not quite the expected result.
--
Edit Bug report at: http://bugs.php.net/?id=10732&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]