Browse Source

WS

PEAR_1_4DEV
Sascha Schumann 23 years ago
parent
commit
db56268231
  1. 4
      ext/oci8/oci8.c

4
ext/oci8/oci8.c

@ -2188,12 +2188,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
{

Loading…
Cancel
Save