summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-02-28 17:24:23 +0100
committerPierre Joye <pierre.php@gmail.com>2013-02-28 17:24:23 +0100
commita991360344ed5bca7c20f74a10891d0fc52f0c9f (patch)
tree5dd0cd6b3687f6ed5e5f7db253d4f224f0cbda47 /ext/gd/php_gd.h
parent82765a07800fe39f662bb45fd18199d007e0dc23 (diff)
downloadphp-git-a991360344ed5bca7c20f74a10891d0fc52f0c9f.tar.gz
- add image crop support
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h1
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);