From: Pierre Joye Date: Wed, 27 Feb 2013 09:39:16 +0000 (+0100) Subject: - add image flip API support X-Git-Tag: php-5.5.0alpha6~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6414140e64b5dd3fc356149e5cf6e024be18313;p=php - add image flip API support --- 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);