bjori Fri Sep 29 12:28:57 2006 UTC
Modified files:
/php-src/ext/spl spl_directory.c
Log:
Fix arginfo
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.98&r2=1.99&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.98
php-src/ext/spl/spl_directory.c:1.99
--- php-src/ext/spl/spl_directory.c:1.98 Fri Sep 29 12:18:54 2006
+++ php-src/ext/spl/spl_directory.c Fri Sep 29 12:28:57 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_directory.c,v 1.98 2006/09/29 12:18:54 tony2001 Exp $ */
+/* $Id: spl_directory.c,v 1.99 2006/09/29 12:28:57 bjori Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -2169,7 +2169,7 @@
};
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()
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php