Skip to content

Commit a246807

Browse files
committed
Remove element "comment" as it has been undocumented
1 parent 5be5d1b commit a246807

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/mysqli/mysqli_nonapi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ PHP_FUNCTION(mysqli_get_charset)
993993
add_property_long(return_value, "max_length", maxlength);
994994
add_property_long(return_value, "number", 0);
995995
add_property_long(return_value, "state", 1);
996-
add_property_string(return_value, "comment", "");
997996
}
998997
/* }}} */
999998

0 commit comments

Comments
 (0)