mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
typo
This commit is contained in:
@@ -251,10 +251,10 @@ PHP_MINFO_FUNCTION(gd)
|
||||
/* this next part is stupid ... if I knew better, I'd put them all on one row (cmv) */
|
||||
|
||||
#ifdef HAVE_GD_GIF
|
||||
php_info_print_table_row(2, "GIF Support", "enabled);
|
||||
php_info_print_table_row(2, "GIF Support", "enabled");
|
||||
#endif
|
||||
#ifdef HAVE_GD_PNG
|
||||
php_info_print_table_row(2, "PNG Support", "enabled);
|
||||
php_info_print_table_row(2, "PNG Support", "enabled");
|
||||
#endif
|
||||
php_info_print_table_end();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user