]> granicus.if.org Git - php/commitdiff
added T1LIB information to info function
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 6 Jun 2000 17:12:05 +0000 (17:12 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 6 Jun 2000 17:12:05 +0000 (17:12 +0000)
ext/gd/gd.c

index 914462e323d8250217a4de8d00ffeeaef661f867..b6c6b3a5ed996e7187f7717c380eefd4924cca77 100644 (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