[phplib] registered vars broken in PHP4 From: Chaco Taco (tacochaco <email protected>)
Date: 08/25/00

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
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

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