Em Qua, 2008-07-23 às 18:52 +0200, Marcus Boerger escreveu:
> And then there are these:
> 
> - should we finally change:
>   typedef int (*apply_func_args_t)(void *pDest, int num_args, va_list args, 
> zend_hash_key *hash_key);
>   to
>   typedef int (*apply_func_args_t)(void *pDest TSRMLS_DC, int num_args, 
> va_list args, zend_hash_key *hash_key);
>   so that we can drop a bunch of TSRMLS_FETCH()'es.

Would it be like that?
http://felipe.ath.cx/diff/zend_hash_apply_with_arguments.diff

-- 
Regards,
Felipe Pena.


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to