Hello,

"Ilia Alshanetsky" <[EMAIL PROTECTED]>

>   Modified files:
>     /php4/ext/gd/libgd gd.c gd.h gd_gd.c gd_gd2.c gd_io.h gd_jpeg.c
>                       gd_png.c gd_topal.c gdcache.c gdcache.h gdft.c
>                       gdkanji.c
>   Log:
>   Syncronized bunbled GD library with gd 2.0.12

The phpinfo() Patch:

--- gd_new.c    Sat Apr  5 22:30:02 2003
+++ gd.c        Sat Apr  5 22:30:48 2003
@@ -395,7 +395,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.11
compatible)");
+       php_info_print_table_row(2, "GD Version", "bundled (2.0.12
compatible)");
 #elif HAVE_LIBGD20
        php_info_print_table_row(2, "GD Version", "2.0 or higher");
 #elif HAVE_GDIMAGECOLORRESOLVE

HTH
Peter Neuman


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to