I'm just curious if using the getenv() function is more secure than using the $HTTP_ENV_VARS[] array. Also, is the $_ENV[] array more secure than the $HTTP_ENV_VARS[] array?