From 7a37fa2d6bd740c70dab947718ba7ea2d0b99c47 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 2 Nov 2008 21:19:39 +0000 Subject: - Revert ZEND_BEGIN_ARG_INFO change --- ext/recode/recode.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/recode') diff --git a/ext/recode/recode.c b/ext/recode/recode.c index 51586c89cc..20542038da 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -67,11 +67,13 @@ ZEND_DECLARE_MODULE_GLOBALS(recode); static PHP_GINIT_FUNCTION(recode); /* {{{ arginfo */ +static ZEND_BEGIN_ARG_INFO_EX(arginfo_recode_string, 0, 0, 2) ZEND_ARG_INFO(0, request) ZEND_ARG_INFO(0, str) ZEND_END_ARG_INFO() +static ZEND_BEGIN_ARG_INFO_EX(arginfo_recode_file, 0, 0, 3) ZEND_ARG_INFO(0, request) ZEND_ARG_INFO(0, input) -- cgit v1.2.1