From: Kalle Sommer Nielsen Date: Sun, 20 Jul 2008 19:03:18 +0000 (+0000) Subject: MFH + NEWS entry X-Git-Tag: php-5.3.0alpha1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9be725fd86aac949a036748f899a6cd1538b433;p=php MFH + NEWS entry --- diff --git a/NEWS b/NEWS index fd3de0b216..91b261e99c 100644 --- 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) diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index b213828520..ff4506a1b1 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -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 \