|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-10-01 14:05 UTC] hholzgra@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 15:00:01 2025 UTC | 
I was trying to specify the NLS_LANG parameter before I make a connection to Oracle with putenv("NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1"); and in response the warning was returned... Warning: OCISessionBegin: ORA-12705: invalid or unknown NLS parameter value specified By default the it seems to return content in US7ASCII coding. The above environment parameter works well in linux shell.