hholzgra Mon Mar 17 08:00:22 2003 EDT Modified files: /php4/ext/gd gd.c Log: proto fix Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.254 php4/ext/gd/gd.c:1.255 --- php4/ext/gd/gd.c:1.254 Tue Mar 11 23:29:51 2003 +++ php4/ext/gd/gd.c Mon Mar 17 08:00:13 2003 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.254 2003/03/12 04:29:51 sniper Exp $ */ +/* $Id: gd.c,v 1.255 2003/03/17 13:00:13 hholzgra Exp $ */ /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ @@ -4126,7 +4126,7 @@ /* }}} */ /* End section: Filters */ -/* {{{ proto imagesetantialias(int im, bool on) +/* {{{ proto bool imagesetantialias(int im, bool on) Should antialiased functions used or not*/ PHP_FUNCTION(imageantialias) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php