summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-03-13 12:34:20 +0100
committerOndřej Surý <ondrej@sury.org>2013-03-13 12:34:20 +0100
commit92984f18f6aee9c0f719febb9fc09a0c50262c2f (patch)
tree36d95d0aa548ede359a4da5338cf1162890ab524 /ext/gd/php_gd.h
parent7ad1f708d5748e36de4b51088b377907e5ea01e7 (diff)
downloadphp-upstream/5.5.0_alpha6.tar.gz
Imported Upstream version 5.5.0~alpha6upstream/5.5.0_alpha6
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 45193768e..90ebd6526 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -124,6 +124,9 @@ PHP_FUNCTION(imagerotate);
#ifdef HAVE_GD_BUNDLED
PHP_FUNCTION(imageantialias);
+PHP_FUNCTION(imageflip);
+PHP_FUNCTION(imagecrop);
+PHP_FUNCTION(imagecropauto);
#endif
PHP_FUNCTION(imagesetthickness);