Skip to content

Commit fbd8671

Browse files
committed
add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
Pierre-Alain Joye)
1 parent ca2a287 commit fbd8671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/gd/php_gd.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
+----------------------------------------------------------------------+
33
| PHP Version 4 |
44
+----------------------------------------------------------------------+
@@ -93,6 +93,7 @@ PHP_FUNCTION(imagesetthickness);
9393
PHP_FUNCTION(imagefilledellipse);
9494
PHP_FUNCTION(imagefilledarc);
9595
PHP_FUNCTION(imagealphablending);
96+
PHP_FUNCTION(imagesavealpha);
9697
PHP_FUNCTION(imagecolorallocatealpha);
9798
PHP_FUNCTION(imagecolorresolvealpha);
9899
PHP_FUNCTION(imagecolorclosestalpha);

0 commit comments

Comments
 (0)