Sara Golemon wrote:
> typedef void (*fcall_begin_handler_func_t)(zend_op_array *op_array);
> typedef void (*fcall_end_handler_func_t)(zend_op_array *op_array);
> 
> struct _zend_extension {
>     ...
>     fcall_begin_handler_func_t fcall_begin_handler;
>     fcall_end_handler_func_t fcall_end_handler;
>     ...
> };

 What about patching __call() so that it is always called?

-- 
Sebastian Bergmann                      http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

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

Reply via email to