[phplib] PHPLIB+PHP4 session variable not registered From: Renato Lins (TheBest <email protected>)
Date: 11/23/00

Hello,

        I am planing to update from php3 to php4 on my web site, but one of our
applications uses a session variable that that is a two dimension array
like this :

$info[$d1][$d2] = " some value " ;
$sess->register("$info");

but info is registered as a string, not as an array and no values are
saved to sessions table;

every thing else works fine !

I am using mandrake 7.2 with apache 1.3.14 and php modules that comes
with the distributions, but I thins this is not a ploblem.

It looks like serialize() functions is not working in sessions.inc.

        

-- 
Linux User #180985
ICQ UIN# 2986849
*--------------------------------------------------------------*
It's trivial to make fun of Microsoft products, but it takes a real man
to make them work, and a god to make them do anything useful.

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>