o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de> in ports/53754, implemented in a slightly different way). o Add GIF and animated GIF write support by default in GD and add WITH_LZW knob to enable the LZW compression algorithm (patented in some countries). o Removed gd_gif_out.diff patch and added many new patches. PR: ports/53754, ports/53879 Requested by: Jens Rehsack <rehsack@liwing.de> Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
12 lines
233 B
C
12 lines
233 B
C
--- main/php_config.h.in.orig Thu Jun 19 00:06:40 2003
|
|
+++ main/php_config.h.in Sat Jun 28 15:47:56 2003
|
|
@@ -1523,6 +1523,9 @@
|
|
#undef HAVE_GD_GIF_CREATE
|
|
|
|
/* */
|
|
+#undef HAVE_GD_GIF_ANIM
|
|
+
|
|
+/* */
|
|
#undef HAVE_GD_WBMP
|
|
|
|
/* */
|