aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-ext::gd::php_gd.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /lang/php53/files/patch-ext::gd::php_gd.h
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
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, 0 insertions, 21 deletions
diff --git a/lang/php53/files/patch-ext::gd::php_gd.h b/lang/php53/files/patch-ext::gd::php_gd.h
deleted file mode 100644
index c4b8dc8462f7..000000000000
--- a/lang/php53/files/patch-ext::gd::php_gd.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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);