From: Pierre Joye Date: Tue, 17 Apr 2007 15:37:26 +0000 (+0000) Subject: - +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori) X-Git-Tag: RELEASE_1_2_0~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1720985ee1f3324e1a3e58b0e1dd1c706d9dae05;p=php - +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori) --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 5079682b51..0b53620a43 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -282,7 +282,7 @@ ZEND_END_ARG_INFO() #ifdef PHP_WIN32 static -ZEND_BEGIN_ARG_INFO(arginfo_imagegrabwindow, 0, 0, 1) +ZEND_BEGIN_ARG_INFO_EX(arginfo_imagegrabwindow, 0, 0, 1) ZEND_ARG_INFO(0, handle) ZEND_ARG_INFO(0, client_area) ZEND_END_ARG_INFO()