From 8eb8ae051b535d5e792c5fddcd2f6e4f3fbaf8e5 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 17 Apr 2007 15:39:19 +0000 Subject: [PATCH] - INFO_EX not INFO --- 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 b273c57ec4..dc88567edb 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -319,7 +319,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