From: Sascha Schumann Date: Thu, 6 Nov 2003 14:31:14 +0000 (+0000) Subject: WS X-Git-Tag: php-4.3.5RC1~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e08feebfd5abe7de24920e5a50f63ce46afee86c;p=php WS --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 9a8f77c8db..726325c77a 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -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 {