From: Remi Collet Date: Wed, 24 Apr 2013 14:15:42 +0000 (+0200) Subject: gd: missing headers in previous X-Git-Tag: php-5.5.0beta4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26bd2cba815e01d9c20beba9b36d64fe27ce5740;p=php gd: missing headers in previous --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 3c60007a78..c42ebade13 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -123,9 +123,12 @@ PHP_FUNCTION(imagegrabscreen); PHP_FUNCTION(imagerotate); +#ifdef HAVE_GD_IMAGE_FLIP +PHP_FUNCTION(imageflip); +#endif + #ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imageantialias); -PHP_FUNCTION(imageflip); PHP_FUNCTION(imagecrop); PHP_FUNCTION(imagecropauto); PHP_FUNCTION(imagescale);