From 4b2e3d58e9aaa4dc664bdc676f7f2cb42e820e27 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 31 Jan 2009 15:27:11 +0000 Subject: [PATCH] Fix arginfo for imagefilter() --- ext/gd/gd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 84f1a82ef2..947b2c306e 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -814,6 +814,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) -- 2.50.1