1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
This commit is contained in:
Sascha Schumann
2003-11-06 14:31:14 +00:00
parent aa359d95e3
commit e08feebfd5

View File

@@ -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
{