Date: 11/23/00
- Next message: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Previous message: Milen A. Radev: "Re: [phplib] PHPLib"
- Next in thread: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Reply: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Reply: Arno A. Karner: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Previous message: Milen A. Radev: "Re: [phplib] PHPLib"
- Next in thread: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Reply: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Reply: Arno A. Karner: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

