kalle Sun Jul 20 19:00:35 2008 UTC Modified files: /php-src/ext/gd config.w32 Log: Fixed #44849 (imagecolorclosesthwb() is not available on Windows) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.31&r2=1.32&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/config.w32:1.31 php-src/ext/gd/config.w32:1.32 --- php-src/ext/gd/config.w32:1.31 Fri Jul 11 15:06:06 2008 +++ php-src/ext/gd/config.w32 Sun Jul 20 19:00:35 2008 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.31 2008/07/11 15:06:06 rrichards Exp $ +// $Id: config.w32,v 1.32 2008/07/20 19:00:35 kalle Exp $ // vim:ft=javascript ARG_WITH("gd", "Bundled GD support", "yes,shared"); @@ -53,6 +53,7 @@ /D HAVE_LIBFREETYPE=1 \ /D HAVE_LIBJPEG \ /D HAVE_LIBPNG \ +/D HAVE_COLORCLOSESTHWB \ /D USE_GD_IMGSTRTTF \ /D MSWIN32 \ ");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php