Michal Čihař a écrit :
Hi
On Wed, 07 Dec 2005 22:58:39 +0100 Sebastian Mendel lists@sebastianmendel.de wrote:
does anyone knows how to get environment variables/settings if 'E' is missing in variables_order?
Does not getenv work in this situation?
Yes, I just tested it. When 'E' is missing, $_ENV['foo'] is undefined but getenv('foo') returns the correct environment value.
Marc