summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2003-02-26 23:21:44 +0000
committerPierre Joye <pajoye@php.net>2003-02-26 23:21:44 +0000
commitfbd867184c58c748878d2bbe0f172bd4b885e151 (patch)
tree8461e718dd1e7ec1fe7084de7f7fcfcf06133f32
parentca2a28774a9bb2856dc17d0dfe39e50e6cc28e37 (diff)
downloadphp-git-fbd867184c58c748878d2bbe0f172bd4b885e151.tar.gz
add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
Pierre-Alain Joye)
-rw-r--r--ext/gd/php_gd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 6000733ca2..d5614dc3d7 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -1,4 +1,4 @@
-/*
+/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
@@ -93,6 +93,7 @@ PHP_FUNCTION(imagesetthickness);
PHP_FUNCTION(imagefilledellipse);
PHP_FUNCTION(imagefilledarc);
PHP_FUNCTION(imagealphablending);
+PHP_FUNCTION(imagesavealpha);
PHP_FUNCTION(imagecolorallocatealpha);
PHP_FUNCTION(imagecolorresolvealpha);
PHP_FUNCTION(imagecolorclosestalpha);