On Thu, 26 Apr 2001, David Croft wrote:
> 
> Hello, I'm implementing an extension that allows user callbacks.
> 
> The Zend API document suggests using the Compiler globals to access the
> function table. However I see the XML extension is using Executor globals.
> 
> Which is correct? is there a difference? If I were to take a wild guess
> I'd say the CG only had global functions and EG has functions currently in
> scope - is that right?

EG may have functions that were defined during run-time.

-Andrei
* We are not a clone. *

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