diff options
author | Pierre Joye <pierre.php@gmail.com> | 2013-02-28 17:24:23 +0100 |
---|---|---|
committer | Pierre Joye <pierre.php@gmail.com> | 2013-02-28 17:24:23 +0100 |
commit | a991360344ed5bca7c20f74a10891d0fc52f0c9f (patch) | |
tree | 5dd0cd6b3687f6ed5e5f7db253d4f224f0cbda47 /ext/gd/php_gd.h | |
parent | 82765a07800fe39f662bb45fd18199d007e0dc23 (diff) | |
download | php-git-a991360344ed5bca7c20f74a10891d0fc52f0c9f.tar.gz |
- add image crop support
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); |