]> granicus.if.org Git - php/commitdiff
change to use different allocator (Sascha, thanks =) )
authorAntony Dovgal <tony2001@php.net>
Mon, 26 Jan 2004 15:42:24 +0000 (15:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 26 Jan 2004 15:42:24 +0000 (15:42 +0000)
ext/oci8/oci8.c

index 53bb8b80e3a364cc582e81fea1403b6959a4e9dd..1d054e3f3e7195724252f04ce593b69b937f6543 100644 (file)
@@ -2649,7 +2649,7 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa
                        )
                );
 
-               smart_str_append_unsigned(&hashed_details, charsetid);
+               smart_str_append_unsigned_ex(&hashed_details, charsetid, 1);
 
                charsetid = 0;
        }