]> granicus.if.org Git - php/commit
mysqli_set_charset now throws an mysqli_sql_exception when incorrect charset is provided
authorDharman <tekiela246@gmail.com>
Wed, 16 Sep 2020 13:20:03 +0000 (14:20 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 18 Sep 2020 12:57:59 +0000 (14:57 +0200)
commit74d16999fc7cd5cf778547d796f5ac8e761b8518
tree846d508fc03b7ea5a9a85786a2e1e27b6a64fa7c
parent64547664cb2ea832cc6190fe087da850d1908ac7
mysqli_set_charset now throws an mysqli_sql_exception when incorrect charset is provided

Closes GH-6142.
ext/mysqli/mysqli_nonapi.c
ext/mysqli/tests/mysqli_set_charset.phpt
ext/mysqlnd/mysqlnd_connection.c