Re: [phplib] registered vars broken in PHP4 From: Bernd Neumayr (bernd <email protected>)
Date: 08/26/00

i am not sure but i also had a problem with broken registered vars in php4.
i think the problem was that i had to set
var $allowcache = "no";
in my session-class, although this should be the default.

don't know but i think in php3 this is not necessary.

bernd

Chaco Taco wrote:

>I made the upgrade from PHP3 to PHP4 - *whew* that scared me. It all went
>very well. Things look great however when I run a program that works on
>PHP3, a part breaks on PHP4.
>
>Registered vars are being used via PHPLIB. I'm using the program as is,
i.e.
>PHPLIB sessions and haven't changed any code.
>I'm tracking vars thru multiple forms by a page array. On each successive
>page, the form data should be added to the array and indexed by it's page
>name. Ex. page[1] = array(stuff); page[2] = array(stuff).
>
>Works in PHP3 but the array is overwritten in PHP4 (the index remains
>page[1])
>
>Is there any known issues re. reg vars with PHPLIB in PHP4? I haven't found
>anything in the archives.
>
>Thanks

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