Re: [PHP] Re: php4.2.2 remembers last GET and POST vars inHTTP_SESSION_VARS also

2002-11-06 Thread Alexander Piavka
e file > eg. > > //extract.php > extract($_SERVER); > extract($_ENV); > extract($_GET); > extract($_POST); > extract($_REQUEST); > ?> > > in your old codes... > > require_once "extract.php"; > > "Alexander Piavka" <[EMAIL PROTECTED]

[PHP] php4.2.2 remembers last GET and POST vars in HTTP_SESSION_VARS also

2002-11-06 Thread Alexander Piavka
Hi, we have upgraded from php4.0.6 to php4.2.2 The problem is that php4.2.2 remembers last GET and POST vars in HTTP_SESSION_VARS also. This ruins the functionality of many programs we are running. both 4.0.6 and 4.2.2 were configured and compiled with exactly the same parameters and we are usin