From: Kalle Sommer Nielsen Date: Sat, 31 Jan 2009 15:28:34 +0000 (+0000) Subject: MFH: Fix arginfo for imagefilter() X-Git-Tag: php-5.2.9RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=783b7b5cacd53d65365c8c8b09834f1d33dfe7d1;p=php MFH: Fix arginfo for imagefilter() --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 7ca20c637f..da3f67ccd7 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -966,6 +966,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_imagefilter, 0, 0, 2) ZEND_ARG_INFO(0, arg1) ZEND_ARG_INFO(0, arg2) ZEND_ARG_INFO(0, arg3) + ZEND_ARG_INFO(0, arg4) ZEND_END_ARG_INFO() static