bjori Fri Sep 29 12:29:21 2006 UTC
Modified files: (Branch: PHP_5_2)
/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.45.2.27.2.6&r2=1.45.2.27.2.7&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.45.2.27.2.6
php-src/ext/spl/spl_directory.c:1.45.2.27.2.7
--- php-src/ext/spl/spl_directory.c:1.45.2.27.2.6 Fri Sep 29 12:18:58 2006
+++ php-src/ext/spl/spl_directory.c Fri Sep 29 12:29:21 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_directory.c,v 1.45.2.27.2.6 2006/09/29 12:18:58 tony2001 Exp $ */
+/* $Id: spl_directory.c,v 1.45.2.27.2.7 2006/09/29 12:29:21 bjori Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -2182,7 +2182,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