Browse Source

added T1LIB information to info function

PHP-4.0.5
Hartmut Holzgraefe 27 years ago
parent
commit
6dd322874e
  1. 4
      ext/gd/gd.c

4
ext/gd/gd.c

@ -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

Loading…
Cancel
Save