From: Pierre Joye Date: Wed, 26 Feb 2003 23:21:44 +0000 (+0000) Subject: add imagesavealpha wrapper (Jukka Holappa , X-Git-Tag: RELEASE_0_5~727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbd867184c58c748878d2bbe0f172bd4b885e151;p=php add imagesavealpha wrapper (Jukka Holappa , Pierre-Alain Joye) --- 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);