summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-01-26 01:15:02 +0000
committerSara Golemon <pollita@php.net>2003-01-26 01:15:02 +0000
commit3ad9839f2fa66df1ff0be9167bb603c9e4ae005b (patch)
tree41bcb2c5ec5b854554cc19c6dfeacae488291a9c /ext/gd/php_gd.h
parent1a4c82e0149351c530e6196b548b1cf2a95e4410 (diff)
downloadphp-git-3ad9839f2fa66df1ff0be9167bb603c9e4ae005b.tar.gz
Feature Request #21784 Added: imagecolorallocatealpha (pollita@php.net,jasper@pointless.net)
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 7fe24d1cab..6000733ca2 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -62,6 +62,7 @@ PHP_RSHUTDOWN_FUNCTION(gd);
PHP_FUNCTION(gd_info);
PHP_FUNCTION(imagearc);
+PHP_FUNCTION(imageellipse);
PHP_FUNCTION(imagechar);
PHP_FUNCTION(imagecharup);
PHP_FUNCTION(imageistruecolor);
@@ -85,17 +86,19 @@ PHP_FUNCTION(imagecreate);
PHP_FUNCTION(imageftbbox);
PHP_FUNCTION(imagefttext);
+#ifdef HAVE_LIBGD20
PHP_FUNCTION(imagecreatetruecolor);
PHP_FUNCTION(imagetruecolortopalette);
PHP_FUNCTION(imagesetthickness);
-PHP_FUNCTION(imageellipse);
PHP_FUNCTION(imagefilledellipse);
PHP_FUNCTION(imagefilledarc);
PHP_FUNCTION(imagealphablending);
+PHP_FUNCTION(imagecolorallocatealpha);
PHP_FUNCTION(imagecolorresolvealpha);
PHP_FUNCTION(imagecolorclosestalpha);
PHP_FUNCTION(imagecolorexactalpha);
PHP_FUNCTION(imagecopyresampled);
+#endif
#ifdef HAVE_GD_BUNDLED
PHP_FUNCTION(imagerotate);