MFH + NEWS entry

This commit is contained in:
Kalle Sommer Nielsen 2008-07-20 19:03:18 +00:00
parent 69fa2e384a
commit c9be725fd8
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -218,6 +218,7 @@ PHP NEWS
- Fixed bug #44913 (Segfault when using return in combination with nested loops - Fixed bug #44913 (Segfault when using return in combination with nested loops
and continue 2). (Dmitry) and continue 2). (Dmitry)
- Fixed bug #44899 (__isset usage changes behavior of empty()) (Etienne) - 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 #44805 (rename() function is not portable to Windows). (Pierre)
- Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick) - Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
- Fixed bug #44648 (Attribute names not checked for wellformedness). (Rob) - Fixed bug #44648 (Attribute names not checked for wellformedness). (Rob)

View File

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