From 5075de6c5edc63fc0331f3b8ce59629739d79dd7 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 29 Sep 2006 12:28:57 +0000 Subject: [PATCH] Fix arginfo --- ext/spl/spl_directory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 91decc9a85..18794a4666 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -2169,7 +2169,7 @@ static zend_function_entry spl_SplFileObject_functions[] = { }; static -ZEND_BEGIN_ARG_INFO_EX(arginfo_temp_file_object___construct, 0, 0, 1) +ZEND_BEGIN_ARG_INFO_EX(arginfo_temp_file_object___construct, 0, 0, 0) ZEND_ARG_INFO(0, max_memory) ZEND_END_ARG_INFO() -- 2.50.1