1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00
This commit is contained in:
Colin Viebrock
2000-04-05 22:31:40 +00:00
parent 731404c0ba
commit f133141bfb

View File

@@ -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();
}