1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

added T1LIB information to info function

This commit is contained in:
Hartmut Holzgraefe
2000-06-06 17:12:05 +00:00
parent a5418dc0ac
commit 6dd322874e

View File

@@ -237,6 +237,10 @@ PHP_MINFO_FUNCTION(gd)
#endif
#endif
#ifdef HAVE_LIBT1
php_info_print_table_row(2, "T1Lib Support", "enabled");
#endif
/* this next part is stupid ... if I knew better, I'd put them all on one row (cmv) */
#ifdef HAVE_GD_GIF