Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

Re: [PHP4BETA] cvs: /php4/ext/xml xml.c From: Andi Gutmans (andi <email protected>)
Date: 12/05/99

At 06:06 PM 12/5/99 +0100, Thies C. Arntzen wrote:
>On Sun, 5 Dec 1999, Egon Schmid wrote:
>
> > eschmid Sun Dec 5 11:59:51 1999 EDT
> >
> > Modified files:
> > /php4/ext/xml xml.c
> > Log:
> > Thies, can you provide some docs? I need something to show to my
> German translators.
>just committed...
> > Is the &obj correct?
>yep. i *want* to show that the parser keeps a reference of the object
>(not a copy)!

Just a small correction. You can't really call the Zend engine a parser
anymore. In PHP 3, scripts were continuously parsed and that's why we
called it a parser. In PHP 4, parsing is only done in the beginning and
during execution no parsing is actually done.
So I'd say the "scripting engine" or the "executor" keeps a reference of
the object :)
Sorry but it's just annoying to still have ppl call it a parser.
Andi

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>