We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2a287 commit fbd8671Copy full SHA for fbd8671
ext/gd/php_gd.h
@@ -1,4 +1,4 @@
1
-/*
+/*
2
+----------------------------------------------------------------------+
3
| PHP Version 4 |
4
@@ -93,6 +93,7 @@ PHP_FUNCTION(imagesetthickness);
93
PHP_FUNCTION(imagefilledellipse);
94
PHP_FUNCTION(imagefilledarc);
95
PHP_FUNCTION(imagealphablending);
96
+PHP_FUNCTION(imagesavealpha);
97
PHP_FUNCTION(imagecolorallocatealpha);
98
PHP_FUNCTION(imagecolorresolvealpha);
99
PHP_FUNCTION(imagecolorclosestalpha);
0 commit comments