mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
fix typo and bug #37886
This commit is contained in:
parent
4c4d083b52
commit
d9de0eac85
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char
|
||||||
|
|
||||||
#if HAVE_OCI_ENV_NLS_CREATE
|
#if HAVE_OCI_ENV_NLS_CREATE
|
||||||
if (charset && *charset) {
|
if (charset && *charset) {
|
||||||
smart_str_appends_ex(&hashed_details, charset, 1);
|
smart_str_appends_ex(&hashed_details, charset, 0);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
size_t rsize = 0;
|
size_t rsize = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue