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
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
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,
--