]> granicus.if.org Git - php/commitdiff
MFH + NEWS entry
authorKalle Sommer Nielsen <kalle@php.net>
Sun, 20 Jul 2008 19:03:18 +0000 (19:03 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Sun, 20 Jul 2008 19:03:18 +0000 (19:03 +0000)
NEWS
ext/gd/config.w32

diff --git a/NEWS b/NEWS
index fd3de0b2167a0f0ce875685212431d86375d97b1..91b261e99cf7cc543d2598ad8b20307b06f7b0ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -218,6 +218,7 @@ PHP                                                                        NEWS
 - Fixed bug #44913 (Segfault when using return in combination with nested loops
   and continue 2). (Dmitry)
 - Fixed bug #44899 (__isset usage changes behavior of empty()) (Etienne)
+- Fixed bug #44849 (imagecolorclosesthwb() is not available on Windows) (Kalle)
 - Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)
 - Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
 - Fixed bug #44648 (Attribute names not checked for wellformedness). (Rob)
index b213828520f30e7fd2bfc50ce38e2f1149d2bb36..ff4506a1b1cd6eec2231fe73053548594d772b6c 100644 (file)
@@ -60,6 +60,7 @@ if (PHP_GD != "no") {
 /D HAVE_LIBGD204=1 \
 /D HAVE_LIBJPEG  \
 /D HAVE_LIBPNG  \
+/D HAVE_COLORCLOSESTHWB  \
 /D USE_GD_IMGSTRTTF  \
 /D USE_GD_IOCTX \
 /D MSWIN32 \