mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
MFH: fix typo and bug #37886
This commit is contained in:
parent
68421695ac
commit
1fdd8d7b2a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user