From: Pierre Joye Date: Wed, 11 Dec 2002 20:45:47 +0000 (+0000) Subject: Remove double definition of imagesettile X-Git-Tag: RELEASE_1_0b3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=221413e5ef5c2c9fc4d8b634e587b81190c21dc8;p=php Remove double definition of imagesettile Add imageantiallias --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 90a229f450..10e92336d7 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -99,10 +99,10 @@ PHP_FUNCTION(imagecopyresampled); #ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imagerotate); +PHP_FUNCTION(imageantialias); #endif PHP_FUNCTION(imagesetthickness); -PHP_FUNCTION(imagesettile); PHP_FUNCTION(imagecopymergegray); PHP_FUNCTION(imagesetbrush); PHP_FUNCTION(imagesettile);