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

2002-11-06 Thread Alexander Piavka
($_GET); extract($_POST); extract($_REQUEST); ? in your old codes... require_once extract.php; Alexander Piavka [EMAIL PROTECTED] wrote in message news:Pine.GSO.4.33.0211061433030.21449-20;indigo... Hi, we have upgraded from php4.0.6 to php4.2.2 The problem is that php4.2.2

[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