2009/7/22 Manoj Singh <manojsingh2...@gmail.com>:

> Now my question is whether it is fine to use putenv in the production
> environment? Whether the putenv changes the timezone value globally for all
> request or for the current request only?

"The environment variable will only exist for the duration of the
current request." - www.php.net/putenv

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to