- Revert ZEND_BEGIN_ARG_INFO change

This commit is contained in:
Felipe Pena 2008-11-02 21:10:13 +00:00
parent 7ddf58a438
commit e006a89e71
119 changed files with 2526 additions and 5 deletions

View file

@ -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)