summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-02-27 10:39:16 +0100
committerPierre Joye <pierre.php@gmail.com>2013-02-27 10:39:16 +0100
commite6414140e64b5dd3fc356149e5cf6e024be18313 (patch)
treec72f65a5a14b9c5ee94cb3a29457fe30ee6e359d
parentaf5bf879aa2900f22bb63199858f66bfc38b88e4 (diff)
downloadphp-git-e6414140e64b5dd3fc356149e5cf6e024be18313.tar.gz
- add image flip API support
-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 45193768ea..a50a631b52 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -124,6 +124,7 @@ PHP_FUNCTION(imagerotate);
#ifdef HAVE_GD_BUNDLED
PHP_FUNCTION(imageantialias);
+PHP_FUNCTION(imageflip);
#endif
PHP_FUNCTION(imagesetthickness);