Date: 11/23/00
- Next message: Arno A. Karner: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Previous message: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- In reply to: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Next in thread: Arno A. Karner: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sascha Schumann wrote:
>
> On Thu, 23 Nov 2000, Renato Lins wrote:
>
> > 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");
>
> "info", not "$info".
>
> - Sascha
Sorry this is my typo only in the e-mail,
in the original code it is correct.
$sess->register("info");
this is running aplications there are no mistake in the code.
I think there are some ploblem in the serialize function that is
a recursive funcions when it detect a array to be registered.
-- 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: Arno A. Karner: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Previous message: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- In reply to: Sascha Schumann: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Next in thread: Arno A. Karner: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

