We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11f30d6 + 7ba1e6b commit 65915d4Copy full SHA for 65915d4
ext/mysqli/mysqli_api.c
@@ -637,7 +637,7 @@ PHP_FUNCTION(mysqli_change_user)
637
RETURN_FALSE;
638
}
639
#if !defined(MYSQLI_USE_MYSQLND) && defined(HAVE_MYSQLI_SET_CHARSET)
640
- if (mysql_get_server_version(mysql->mysql) < 501023L) {
+ if (mysql_get_server_version(mysql->mysql) < 50123L) {
641
/*
642
Request the current charset, or it will be reset to the system one.
643
5.0 doesn't support it. Support added in 5.1.23 by fixing the following bug :
0 commit comments