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 a50a631b52..537efc44b2 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -125,6 +125,7 @@ PHP_FUNCTION(imagerotate); #ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imageantialias); PHP_FUNCTION(imageflip); +PHP_FUNCTION(imagecropauto); #endif PHP_FUNCTION(imagesetthickness); |