From: Kalle Sommer Nielsen Date: Sat, 31 Jan 2009 15:27:52 +0000 (+0000) Subject: MFH: Fix arginfo for imagefilter() X-Git-Tag: RELEASE_1_3_5~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dab524e823be63331d699b998d44d8015948833;p=php MFH: Fix arginfo for imagefilter() --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index c14afc8b08..a677ab5fe0 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -859,6 +859,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() ZEND_BEGIN_ARG_INFO(arginfo_imageconvolution, 0)