Wednesday, November 6, 2002, 1:54:21 PM, Pierre-Alain Joye wrote:
> As far as I remember, this a knonw problem due to the variables order or
> something like that. We ve got it in PEAR a few weeks ago, solved by
> using a simple: 

> $foo = isset($_ENV['foo'])?$_ENV['foo']:getenv('foo');

> See php4/pear/System.php function tmpdir() for others examples.

Doesn't this make things overly complex? Any good reason why the missing
values in variables_order don't just get automatically appended to the
end?

--
Kjartan <[EMAIL PROTECTED]> (http://natrak.net/)
:: "WARNING: Keyboard Not Attached. Press F10 to Continue."


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to