From 30b18b7bb78d2a163a4d03fef867b275c973d1a3 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 29 Sep 2006 12:29:21 +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 59fcb8d91f..98fedb87fb 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -2182,7 +2182,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