Commit: e6414140e64b5dd3fc356149e5cf6e024be18313 Author: Pierre Joye <pierre....@gmail.com> Wed, 27 Feb 2013 10:39:16 +0100 Parents: af5bf879aa2900f22bb63199858f66bfc38b88e4 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e6414140e64b5dd3fc356149e5cf6e024be18313 Log: - add image flip API support Changed paths: M ext/gd/php_gd.h Diff: diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 4519376..a50a631 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); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php