summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2003-03-01 01:15:47 +0000
committerPierre Joye <pajoye@php.net>2003-03-01 01:15:47 +0000
commit61dd954da257e428cba0cd73ccbbb1f08a595bb1 (patch)
tree4972bf7dce8fcbb1f648eae3e395e7076d67ff66 /ext/gd/php_gd.h
parent70432e3befe4af2005757e59fb6c2a84395f7529 (diff)
downloadphp-git-61dd954da257e428cba0cd73ccbbb1f08a595bb1.tar.gz
MFH imageistruecolor, imagesavealpha
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index de607d00dc..189c7d98bb 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -84,12 +84,14 @@ PHP_FUNCTION(imageftbbox);
PHP_FUNCTION(imagefttext);
PHP_FUNCTION(imagecreatetruecolor);
+PHP_FUNCTION(imageistruecolor);
PHP_FUNCTION(imagetruecolortopalette);
PHP_FUNCTION(imagesetthickness);
PHP_FUNCTION(imageellipse);
PHP_FUNCTION(imagefilledellipse);
PHP_FUNCTION(imagefilledarc);
PHP_FUNCTION(imagealphablending);
+PHP_FUNCTION(imagesavealpha);
PHP_FUNCTION(imagecolorresolvealpha);
PHP_FUNCTION(imagecolorclosestalpha);
PHP_FUNCTION(imagecolorexactalpha);