I'm just curious if the getEnv() function yields any different variables than the $ENV/$HTTP_ENV_VARS arrays. Also, I know that the getEnv() function does not work when PHP is installed in SAPI mode, but what about the $ENV/$HTTP_ENV_VARS arrays?
Thanks.