Browse Source

Fixed #44849 (imagecolorclosesthwb() is not available on Windows)

experimental/first_unicode_implementation
Kalle Sommer Nielsen 18 years ago
parent
commit
db03ac036a
  1. 1
      ext/gd/config.w32

1
ext/gd/config.w32

@ -53,6 +53,7 @@ if (PHP_GD != "no") {
/D HAVE_LIBFREETYPE=1 \
/D HAVE_LIBJPEG \
/D HAVE_LIBPNG \
/D HAVE_COLORCLOSESTHWB \
/D USE_GD_IMGSTRTTF \
/D MSWIN32 \
");

Loading…
Cancel
Save