diff options
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index f70afb43a9..7b7bf341f1 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -93,6 +93,11 @@ PHP_FUNCTION(imagecolorresolvealpha); PHP_FUNCTION(imagecolorclosestalpha); PHP_FUNCTION(imagecolorexactalpha); PHP_FUNCTION(imagecopyresampled); + +#ifdef HAVE_GD_BUNDLED +PHP_FUNCTION(imagerotate); +#endif + PHP_FUNCTION(imagesetthickness); PHP_FUNCTION(imagesettile); PHP_FUNCTION(imagecopymergegray); |