Skip to content

Commit 65915d4

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
2 parents 11f30d6 + 7ba1e6b commit 65915d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/mysqli_api.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ PHP_FUNCTION(mysqli_change_user)
637637
RETURN_FALSE;
638638
}
639639
#if !defined(MYSQLI_USE_MYSQLND) && defined(HAVE_MYSQLI_SET_CHARSET)
640-
if (mysql_get_server_version(mysql->mysql) < 501023L) {
640+
if (mysql_get_server_version(mysql->mysql) < 50123L) {
641641
/*
642642
Request the current charset, or it will be reset to the system one.
643643
5.0 doesn't support it. Support added in 5.1.23 by fixing the following bug :

0 commit comments

Comments
 (0)