aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-ext::gd::php_gd.h
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-03 06:02:38 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-03 06:02:38 +0000
commit2efdd507c9eb063194cd2e9adba98fa71072b291 (patch)
treedddb10e2aff4c0e828db0e8c4b9e167e76ecea83 /lang/php53/files/patch-ext::gd::php_gd.h
parent82768901e1b92c7eec99801d28cfa9dc3b1d531f (diff)
downloadports-2efdd507c9eb063194cd2e9adba98fa71072b291.tar.gz
ports-2efdd507c9eb063194cd2e9adba98fa71072b291.zip
Notes
Diffstat (limited to 'lang/php53/files/patch-ext::gd::php_gd.h')
-rw-r--r--lang/php53/files/patch-ext::gd::php_gd.h21
1 files changed, 21 insertions, 0 deletions
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);