OK,

I found op_array->function_name but had discarded it because copying
it was causing segfaults (I don't know why).
So, I sprintf it into a stack buffer and then dup that (all using malloc).

Now, the question is, how do I get the class name for a method call?

--Wez.

On 03/09/01, "Wez Furlong" <[EMAIL PROTECTED]> wrote:
> In a Zend extension in the fcall_begin_handler_func_t, is it
> possible to get the name of the function being called?



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to