mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
WS
This commit is contained in:
@@ -2179,12 +2179,12 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa
|
||||
CALL_OCI(OCINlsEnvironmentVariableGet(&charsetid,
|
||||
2,
|
||||
OCI_NLS_CHARSET_ID,
|
||||
0,
|
||||
0,
|
||||
&rsize));
|
||||
|
||||
smart_str_append_long_ex(&hashed_details, charsetid, 1);
|
||||
|
||||
charsetid = 0;
|
||||
charsetid = 0;
|
||||
}
|
||||
#else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user