From: Sascha Schumann Date: Thu, 6 Nov 2003 14:31:33 +0000 (+0000) Subject: WS X-Git-Tag: php-5.0.0b3RC1~758 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db562682313318570d285585a82e9267498de561;p=php WS --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index d28167b1ce..41d1d0b569 100644 --- a/ext/oci8/oci8.c +++ b/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 {