kalle Sat Jan 31 15:27:11 2009 UTC Modified files: /php-src/ext/gd gd.c Log: Fix arginfo for imagefilter() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.406&r2=1.407&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.406 php-src/ext/gd/gd.c:1.407 --- php-src/ext/gd/gd.c:1.406 Mon Jan 19 16:35:40 2009 +++ php-src/ext/gd/gd.c Sat Jan 31 15:27:11 2009 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.406 2009/01/19 16:35:40 tabe Exp $ */ +/* $Id: gd.c,v 1.407 2009/01/31 15:27:11 kalle Exp $ */ /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ @@ -814,6 +814,7 @@ ZEND_ARG_INFO(0, arg1) ZEND_ARG_INFO(0, arg2) ZEND_ARG_INFO(0, arg3) + ZEND_ARG_INFO(0, arg4) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO(arginfo_imageconvolution, 0)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php