iliaa Wed Mar 5 11:08:01 2003 EDT Modified files: /php4/ext/gd gd.c Log: Better identification of bundled GD library. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.251 php4/ext/gd/gd.c:1.252 --- php4/ext/gd/gd.c:1.251 Wed Feb 26 18:22:09 2003 +++ php4/ext/gd/gd.c Wed Mar 5 11:08:01 2003 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.251 2003/02/26 23:22:09 pajoye Exp $ */ +/* $Id: gd.c,v 1.252 2003/03/05 16:08:01 iliaa Exp $ */ /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ @@ -437,7 +437,7 @@ /* need to use a PHPAPI function here because it is external module in windows */ #if HAVE_GD_BUNDLED - php_info_print_table_row(2, "GD Version", "bundled (2.0 compatible)"); + php_info_print_table_row(2, "GD Version", "bundled (2.0.11 compatible)"); #elif HAVE_LIBGD20 php_info_print_table_row(2, "GD Version", "2.0 or higher"); #elif HAVE_GDIMAGECOLORRESOLVE
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php