From 2efdd507c9eb063194cd2e9adba98fa71072b291 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Thu, 3 Jul 2003 06:02:38 +0000 Subject: o Switch to libtool 1.4. o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack 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 Submitted by: Alex Dupre (maintainer) --- lang/php53/files/patch-ext::gd::php_gd.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lang/php53/files/patch-ext::gd::php_gd.h (limited to 'lang/php53/files/patch-ext::gd::php_gd.h') diff --git a/lang/php53/files/patch-ext::gd::php_gd.h b/lang/php53/files/patch-ext::gd::php_gd.h new file mode 100644 index 000000000000..c4b8dc8462f7 --- /dev/null +++ b/lang/php53/files/patch-ext::gd::php_gd.h @@ -0,0 +1,21 @@ +--- ext/gd/php_gd.h.orig Mon Mar 31 10:49:30 2003 ++++ ext/gd/php_gd.h Sat Jun 28 15:47:56 2003 +@@ -40,6 +40,8 @@ + #define PHP_GDIMG_TYPE_GD 8 + #define PHP_GDIMG_TYPE_GD2 9 + #define PHP_GDIMG_TYPE_GD2PART 10 ++#define PHP_GDIMG_TYPE_GIFANIMBEGIN 11 ++#define PHP_GDIMG_TYPE_GIFANIMADD 12 + + #ifdef PHP_WIN32 + #define PHP_GD_API __declspec(dllexport) +@@ -137,6 +139,9 @@ + PHP_FUNCTION(imagefontheight); + + PHP_FUNCTION(imagegif ); ++PHP_FUNCTION(imagegifanimbegin); ++PHP_FUNCTION(imagegifanimadd); ++PHP_FUNCTION(imagegifanimend); + PHP_FUNCTION(imagejpeg ); + PHP_FUNCTION(imagepng); + PHP_FUNCTION(imagewbmp); -- cgit v1.2.3