We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be5d1b commit a246807Copy full SHA for a246807
ext/mysqli/mysqli_nonapi.c
@@ -993,7 +993,6 @@ PHP_FUNCTION(mysqli_get_charset)
993
add_property_long(return_value, "max_length", maxlength);
994
add_property_long(return_value, "number", 0);
995
add_property_long(return_value, "state", 1);
996
- add_property_string(return_value, "comment", "");
997
}
998
/* }}} */
999
0 commit comments