Rouvas Stathis wrote:
> Hi,
> 
> place appropriate NLS_LANG definitions in the Apache startup script
> (/etc/rc.d/apache ?).

As a background to this, it's essential to do this because certain 
things happen when the module is initialised in PHP. Hence if you use 
putenv() to alter some Oracle defaults, it may well be too late because 
that option has already been set then the module was loaded (i.e. when 
Apache starts).

Cheers,
  Graeme


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

Reply via email to