summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-03-20 11:01:37 +0100
committerPierre Joye <pierre.php@gmail.com>2013-03-20 11:01:37 +0100
commit780c6e0a9cedb8dbecf5e4aca00996c73c0723d5 (patch)
treec2eaa46716e2bf48f93263f8489fd90502f9ec09 /ext/gd/php_gd.h
parenta46065ef7105514cc9b866b907ae6dd0ad529d25 (diff)
downloadphp-git-780c6e0a9cedb8dbecf5e4aca00996c73c0723d5.tar.gz
- add affine matrix helper for translate, scale, rotate and shear
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 044277c6c8..fd6836c583 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -130,6 +130,7 @@ PHP_FUNCTION(imagecrop);
PHP_FUNCTION(imagecropauto);
PHP_FUNCTION(imagescale);
PHP_FUNCTION(imageaffine);
+PHP_FUNCTION(imageaffinegetmatrix);
PHP_FUNCTION(imagesetinterpolation);
#endif