On Thu, 2010-05-13 at 12:39 -0300, Mathias Grimm wrote:
> > im using php 5.1.6 on xampp and i find a bug.
> > how to know if the bug was fixed?
> >

5.1.6 is ooooold. Please test a newer version before reporting anything.
Secondly please consult regular support forums/groups
<http://php.net/support.php> for such questions, and bugs.php.net for
reporting bugs. This list is for working on the internals.

To your issue: That's related to the way the session module serializes
data, which is non-standard serialize due to register_globals. Most
likely php.next, where r_g is gone will use standard serialization where
this would be fixed. till then a session key has to be a string.

johannes




-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to