mirror of
https://github.com/php/php-src.git
synced 2026-04-17 21:11:02 +02:00
Merge branch 'PHP-7.2' into PHP-7.3
This commit is contained in:
@@ -1788,12 +1788,12 @@ php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char
|
||||
timestamp = time(NULL);
|
||||
|
||||
smart_str_append_unsigned_ex(&hashed_details, session_mode, 0);
|
||||
smart_str_0(&hashed_details);
|
||||
|
||||
if (persistent) {
|
||||
smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0);
|
||||
}
|
||||
|
||||
smart_str_0(&hashed_details);
|
||||
|
||||
/* make it lowercase */
|
||||
php_strtolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user