Hi all.
I am investigate in the reason Bug #52477 (http://bugs.php.net/52477) and found that it appear because in PHP 5.2.14 there are two constant PS_DELIMITER and PS_UNDEF_MARKER. The value it's constants not allow to use in the root key of SESSION elements. Also in the version 5.2.0 was Bug #40274 (http://bugs.php.net/40274). For its decision the code has been added in PS_ENCODE_LOOP to pass elements with numerical keys.

I not understand for what is necessary special algorithm for serialize roots elements. Why dont using php_get_session_var and php_var_unserialize functions for PS(http_session_vars) directly? Where i can read about it in manual?


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

Reply via email to