From: Hartmut Holzgraefe Date: Tue, 6 Jun 2000 17:12:05 +0000 (+0000) Subject: added T1LIB information to info function X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dd322874efd0322502234127f33eeb2c90cd18b;p=php added T1LIB information to info function --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 914462e323..b6c6b3a5ed 100644 --- a/ext/gd/gd.c +++ b/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