pajoye Wed Dec 11 15:45:48 2002 EDT
Modified files:
/php4/ext/gd php_gd.h
Log:
Remove double definition of imagesettile
Add imageantiallias
Index: php4/ext/gd/php_gd.h
diff -u php4/ext/gd/php_gd.h:1.47 php4/ext/gd/php_gd.h:1.48
--- php4/ext/gd/php_gd.h:1.47 Thu Dec 5 21:16:06 2002
+++ php4/ext/gd/php_gd.h Wed Dec 11 15:45:47 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_gd.h,v 1.47 2002/12/06 02:16:06 pajoye Exp $ */
+/* $Id: php_gd.h,v 1.48 2002/12/11 20:45:47 pajoye Exp $ */
#ifndef PHP_GD_H
#define PHP_GD_H
@@ -99,10 +99,10 @@
#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);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php