Re: [PHP-DEV] Re: zend_fcall_info API

2006-10-17 Thread Michael Wallner
Marcus Boerger wrote: > Hello Michael, > > looks nice to me. Only question i have is why not mark the new funcs > ZEND_API? Well, right. I could at least make use of zend_fcall_info_args_clear() in output.c. > Is that following the development we went through with the stuff when i > propose

Re: [PHP-DEV] Re: zend_fcall_info API

2006-10-17 Thread Marcus Boerger
Hello Michael, looks nice to me. Only question i have is why not mark the new funcs ZEND_API? Is that following the development we went through with the stuff when i proposed it up to when it got comitted? best regards marcus Wednesday, October 4, 2006, 10:42:08 AM, you wrote: > Michael Walln

[PHP-DEV] Re: zend_fcall_info API

2006-10-04 Thread Michael Wallner
Michael Wallner wrote: > Hi, > > I'd like to see zend_fcall_info_init() signature extended with an additional > 'zval *callable_name' argument. > Additionally it seems that a vararg version of the zend_fcall_info_args() > function would be valuable too: Please see attached patch. Regards, --