diff options
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 8e4cff35ef..d429530479 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -134,6 +134,7 @@ PHP_FUNCTION(imagescale); PHP_FUNCTION(imageaffine); PHP_FUNCTION(imageaffinematrixget); PHP_FUNCTION(imageaffinematrixconcat); +PHP_FUNCTION(imagegetinterpolation); PHP_FUNCTION(imagesetinterpolation); PHP_FUNCTION(imagesetthickness); |