php4-beta | 199912
Date: 12/05/99
- Next message: richard <email protected>: "[PHP4BETA] freetds off-by-one fix"
- Previous message: Richard Heyes: "[PHP4BETA] File upload"
- Next in thread: Egon Schmid: "Re: [PHP4BETA] cvs: /php4/ext/xml xml.c"
- Reply: Egon Schmid: "Re: [PHP4BETA] cvs: /php4/ext/xml xml.c"
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] cvs: /php4/ext/xml xml.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: richard <email protected>: "[PHP4BETA] freetds off-by-one fix"
- Previous message: Richard Heyes: "[PHP4BETA] File upload"
- Next in thread: Egon Schmid: "Re: [PHP4BETA] cvs: /php4/ext/xml xml.c"
- Reply: Egon Schmid: "Re: [PHP4BETA] cvs: /php4/ext/xml xml.c"
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] cvs: /php4/ext/xml xml.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

