summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-07-18 01:51:49 +0000
committerScott MacVicar <scottmac@php.net>2008-07-18 01:51:49 +0000
commit2558df59d9a997b96fddb96bc5c6bcb12f867ba4 (patch)
tree34c1e0552389143c123f736a68049ee068dcfbb6 /ext/gd/php_gd.h
parent62de800b360eea73f74ff8c61624065b6c32dbc1 (diff)
downloadphp-git-2558df59d9a997b96fddb96bc5c6bcb12f867ba4.tar.gz
Remove GD 1.0 support, still need to adjust the configure scripts to correctly check for a newer version
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 8943cdb78e..7cfd282ae3 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -71,7 +71,7 @@ PHP_MINIT_FUNCTION(gd);
#if HAVE_LIBT1 || HAVE_GD_FONTMUTEX
PHP_MSHUTDOWN_FUNCTION(gd);
#endif
-#if HAVE_LIBGD20 && HAVE_GD_STRINGFT
+#if HAVE_GD_STRINGFT
PHP_RSHUTDOWN_FUNCTION(gd);
#endif
@@ -101,7 +101,6 @@ PHP_FUNCTION(imagecreate);
PHP_FUNCTION(imageftbbox);
PHP_FUNCTION(imagefttext);
-#ifdef HAVE_LIBGD20
PHP_FUNCTION(imagecreatetruecolor);
PHP_FUNCTION(imagetruecolortopalette);
PHP_FUNCTION(imagesetthickness);
@@ -114,7 +113,6 @@ PHP_FUNCTION(imagecolorresolvealpha);
PHP_FUNCTION(imagecolorclosestalpha);
PHP_FUNCTION(imagecolorexactalpha);
PHP_FUNCTION(imagecopyresampled);
-#endif
#ifdef PHP_WIN32
PHP_FUNCTION(imagegrabwindow);