sniper Sun Aug 7 17:00:30 2005 EDT
Modified files:
/php-src/ext/gd config.w32
Log:
Missing entry
http://cvs.php.net/diff.php/php-src/ext/gd/config.w32?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/gd/config.w32
diff -u php-src/ext/gd/config.w32:1.9 php-src/ext/gd/config.w32:1.10
--- php-src/ext/gd/config.w32:1.9 Sat Aug 6 18:20:06 2005
+++ php-src/ext/gd/config.w32 Sun Aug 7 17:00:28 2005
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.9 2005/08/06 22:20:06 edink Exp $
+// $Id: config.w32,v 1.10 2005/08/07 21:00:28 sniper Exp $
// vim:ft=javascript
ARG_WITH("gd", "Bundled GD support", "yes,shared");
@@ -32,6 +32,7 @@
gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c xbm.c",
"gd");
AC_DEFINE('HAVE_LIBGD', 1, 'GD support');
ADD_FLAG("CFLAGS_GD", " \
+/D HAVE_GD_DYNAMIC_CTX_EX=1 \
/D HAVE_GD_BUNDLED=1 \
/D HAVE_GD_GD2 \
/D HAVE_GD_GIF_READ=1 \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php