]> granicus.if.org Git - php/commitdiff
MFH: fix typo and bug #37886
authorAntony Dovgal <tony2001@php.net>
Fri, 23 Jun 2006 08:26:15 +0000 (08:26 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 23 Jun 2006 08:26:15 +0000 (08:26 +0000)
ext/oci8/oci8.c

index c42c3a8e36746c7a2a815558c21fcbb394f81324..cf9f77f7127c5c75b55d8b5bb913b7c42e47b39f 100644 (file)
@@ -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;