Fix my fix for arginfo, trunk patch will follow shortly

This commit is contained in:
Kalle Sommer Nielsen 2010-08-17 13:34:11 +00:00
parent 5a3624221b
commit a109c3538f

View file

@ -1210,7 +1210,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_fstat, 0)
ZEND_ARG_INFO(0, fp) ZEND_ARG_INFO(0, fp)
ZEND_END_ARG_INFO() ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO(arginfo_copy, 0) ZEND_BEGIN_ARG_INFO_EX(arginfo_copy, 0, 0, 2)
ZEND_ARG_INFO(0, source_file) ZEND_ARG_INFO(0, source_file)
ZEND_ARG_INFO(0, destination_file) ZEND_ARG_INFO(0, destination_file)
ZEND_ARG_INFO(0, context) ZEND_ARG_INFO(0, context)