From: Pierre Joye Date: Tue, 17 Apr 2007 15:24:05 +0000 (+0000) Subject: - fix arginfo X-Git-Tag: RELEASE_1_2_0~301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b2861090f8699a4287047e7348ee1c0f6b61f62;p=php - fix arginfo --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 0897ca81b1..5079682b51 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -282,8 +282,9 @@ ZEND_END_ARG_INFO() #ifdef PHP_WIN32 static -ZEND_BEGIN_ARG_INFO(arginfo_imagegrabwindow, 0) +ZEND_BEGIN_ARG_INFO(arginfo_imagegrabwindow, 0, 0, 1) ZEND_ARG_INFO(0, handle) + ZEND_ARG_INFO(0, client_area) ZEND_END_ARG_INFO() static