Wolfram Kriesing wrote:
> Why is the serialized data that are automatically written in the session file 
> different to what the serialize function returns for "serialize($_SESSION)" ?

Serialize function expects zval which is array type.
Howver, PS(var) which holds session variable is hash.
Therefore, session is serialized in different format,
I suppose.

This is one of a thing that I would like to change,
since this design is problmatic.

--
Yasuo Ohgaki


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

Reply via email to