From fbd867184c58c748878d2bbe0f172bd4b885e151 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 26 Feb 2003 23:21:44 +0000 Subject: [PATCH] add imagesavealpha wrapper (Jukka Holappa , Pierre-Alain Joye) --- ext/gd/php_gd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.50.1