From 1720985ee1f3324e1a3e58b0e1dd1c706d9dae05 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 17 Apr 2007 15:37:26 +0000 Subject: [PATCH] - +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori) --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.50.1