kalle Sun Jul 20 19:03:18 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src NEWS
/php-src/ext/gd config.w32
Log:
MFH + NEWS entry
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.205&r2=1.2027.2.547.2.965.2.206&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.205
php-src/NEWS:1.2027.2.547.2.965.2.206
--- php-src/NEWS:1.2027.2.547.2.965.2.205 Sun Jul 20 16:54:06 2008
+++ php-src/NEWS Sun Jul 20 19:03:17 2008
@@ -218,6 +218,7 @@
- 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.10.4.4.2.7&r2=1.10.4.4.2.8&diff_format=u
Index: php-src/ext/gd/config.w32
diff -u php-src/ext/gd/config.w32:1.10.4.4.2.7
php-src/ext/gd/config.w32:1.10.4.4.2.8
--- php-src/ext/gd/config.w32:1.10.4.4.2.7 Fri Jul 18 01:16:25 2008
+++ php-src/ext/gd/config.w32 Sun Jul 20 19:03:18 2008
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.10.4.4.2.7 2008/07/18 01:16:25 scottmac Exp $
+// $Id: config.w32,v 1.10.4.4.2.8 2008/07/20 19:03:18 kalle Exp $
// vim:ft=javascript
ARG_WITH("gd", "Bundled GD support", "yes,shared");
@@ -60,6 +60,7 @@
/D HAVE_LIBGD204=1 \
/D HAVE_LIBJPEG \
/D HAVE_LIBPNG \
+/D HAVE_COLORCLOSESTHWB \
/D USE_GD_IMGSTRTTF \
/D USE_GD_IOCTX \
/D MSWIN32 \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php