Merge branch 'master' of git.php.net:/php-src

This commit is contained in:
Johannes Schlüter 2018-06-06 00:25:01 +02:00
commit cb5c1fbe10
348 changed files with 11410 additions and 9907 deletions

View file

@ -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);
}