From: Antony Dovgal Date: Fri, 23 Jun 2006 08:26:15 +0000 (+0000) Subject: MFH: fix typo and bug #37886 X-Git-Tag: php-5.2.0RC1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fdd8d7b2ae4bd464c759036be6199d9baf4cbc9;p=php MFH: fix typo and bug #37886 --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index c42c3a8e36..cf9f77f712 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -992,7 +992,7 @@ php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char #if HAVE_OCI_ENV_NLS_CREATE if (charset && *charset) { - smart_str_appends_ex(&hashed_details, charset, 1); + smart_str_appends_ex(&hashed_details, charset, 0); } else { size_t rsize = 0;