summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-03-20 12:19:03 +0100
committerPierre Joye <pierre.php@gmail.com>2013-03-20 12:19:03 +0100
commit1ec484d3c536e85bc536e809a403ce5e7d7849d8 (patch)
tree2da801cde812dfb8d02bf39a3bb6a324f0cbab39 /ext/gd/php_gd.h
parent780c6e0a9cedb8dbecf5e4aca00996c73c0723d5 (diff)
downloadphp-git-1ec484d3c536e85bc536e809a403ce5e7d7849d8.tar.gz
- add imageaffinematrixget and imagematrixconcat
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index fd6836c583..3c60007a78 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -130,7 +130,8 @@ PHP_FUNCTION(imagecrop);
PHP_FUNCTION(imagecropauto);
PHP_FUNCTION(imagescale);
PHP_FUNCTION(imageaffine);
-PHP_FUNCTION(imageaffinegetmatrix);
+PHP_FUNCTION(imageaffinematrixget);
+PHP_FUNCTION(imageaffinematrixconcat);
PHP_FUNCTION(imagesetinterpolation);
#endif