I'm trying to set a variable that should be accessible from outside PHP. Ideally this should be a local variable, but environment variables are also welcome.First, I've tried \[code\]putenv()\[/code\], but this gives no result:\[quote\] $ php -r "putenv('PHP_TEST=string');" ; echo $PHP_TEST $\[/quote\]When i call \[code\]getenv()\[/code\] from the same script