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]
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
2 matches
Mail list logo