>I just moved an application from one Linux server running Apache to another
>running Apache.  The version of Apache on both is 1.3.12.  The version of PHP on
>one is 4.0.3pl1 and on the other it is 4.0.1pl2.
>
>Here is what is baffling for me: one the second server the $HTTP_ENV_VARS array
>is empty.  I have to get my information by calling what would ususally be the
>indexes e.g. $HTTP_SCRIPTNAME.
>
>Is there a switch I did not set?

php.ini
track_vars

Compare <?php phpinfo();?> on both machines any time they are not behaving
the same.  Your answer will almost always be in there.

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to