> I think if PHP worked like you described, it's a bug.
> What version are you using?
I am using 4.0.4pl1, it is the RPM from Red Hat 7.1 distribution. I'll
recompile 4.0.6 soon and tell you if I get the same result.
Regards,
Duncan.
--
PHP Install Mailing List (http://www.php.net/)
To unsub
Duncan Maitland wrote:
> In one of my applications I would like to have only environment, server and
> session variables in the global namespace, and then access GET, POST and
> cookies variables from the $HTTP_*_VARS arrays. As track_vars is always on
> as of PHP 4.0.3 then I should be able to ac