diff options
| author | Scott MacVicar <scottmac@php.net> | 2008-07-18 01:51:49 +0000 |
|---|---|---|
| committer | Scott MacVicar <scottmac@php.net> | 2008-07-18 01:51:49 +0000 |
| commit | 2558df59d9a997b96fddb96bc5c6bcb12f867ba4 (patch) | |
| tree | 34c1e0552389143c123f736a68049ee068dcfbb6 /ext/gd/php_gd.h | |
| parent | 62de800b360eea73f74ff8c61624065b6c32dbc1 (diff) | |
| download | php-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.h | 4 |
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); |
