mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'master' of git.php.net:/php-src
This commit is contained in:
commit
cb5c1fbe10
348 changed files with 11410 additions and 9907 deletions
|
@ -747,7 +747,7 @@ mysqlnd_sha256_get_rsa_key(MYSQLND_CONN_DATA * conn,
|
|||
BIO_free(bio);
|
||||
DBG_INF("Successfully loaded");
|
||||
DBG_INF_FMT("Public key:%*.s", ZSTR_LEN(key_str), ZSTR_VAL(key_str));
|
||||
zend_string_release(key_str);
|
||||
zend_string_release_ex(key_str, 0);
|
||||
}
|
||||
php_stream_close(stream);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue