Re: [PHP] OCI Win libs From: Daniel Beulshausen (d.beu <email protected>)
Date: 08/08/00

> I can't get $HTTP_ENV_VARS['MyEnv'], nor getenv("MyEnv"), nor
> getenv("MYENV").
> It works fine with PHP3 !

<?
putenv("MyEnv=MyVal");
print getenv("MyEnv");
?>

works like it should, and i'm still not sure what you mean ...

greetings
daniel

/*--
daniel beulshausen - db <email protected>
using php on windows?
http://www.mm4.de/andreas.otto/php_related/mod_php4_win32/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>