Andi,

Just a few quick questions. What is the BG macro for? Eg.
   if (zend_call_function(&fci, &BG(fci_cache) TSRMLS_CC) == SUCCESS)

Secondly, I think i need to initialize the fci_cache structure first with

  fci_cache = empty_fcall_info_cache;

Can I do so in my PHP_MINIT_FUNCTION? Thx.

"Andi Gutmans" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> php5/Zend/zend_execute_API.c.
> It's quite simple. If you can't figure it out yourself, let me know.
>
> At 08:08 AM 7/23/2004 +0100, Lester Caine wrote:
> >Andi Gutmans wrote:
> >
> >>Check out zend_call_function(). It allows you to cache the function
> >>lookup in the fci_cache parameter.
> >
> >Where is the best place to find zend_call_function details, nothing in
the
> >manual and google gives some spurious results.
> >
> >--
> >Lester Caine
> >-----------------------------
> >L.S.Caine Electronic Services
> >
> >--
> >PHP Internals - PHP Runtime Development Mailing List
> >To unsubscribe, visit: http://www.php.net/unsub.php

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

Reply via email to