[PHP] How php works?

2006-12-12 Thread Kai Xiang
Hello all: I'm new here and looking PHP these days, howerver , I'm confused by how it works, and here is some questions I have. Is there any old bird wanna help me out? 1. I heard there is a zend engine inside PHP playing the role as a virtual machine, and PHP excution have 2 step, first compile

Re: [PHP] How php works?

2006-12-13 Thread Kai Xiang
On 12/13/06, Roman Neuhauser <[EMAIL PROTECTED]> wrote: # [EMAIL PROTECTED] / 2006-12-13 14:15:26 +0800: > I'm new here and looking PHP these days, howerver , I'm confused by how it > works, and here is some questions I have. > Is there any old bird wanna help me out? > > 1. I heard there is a z

Re: [PHP] How php works?

2006-12-13 Thread Kai Xiang
On 12/13/06, Jochem Maas <[EMAIL PROTECTED]> wrote: Kai Xiang wrote: > Hello all: > > I'm new here and looking PHP these days, howerver , I'm confused by how it > works, and here is some questions I have. > Is there any old bird wanna help me out? > > 1.

Re: [PHP] How php works?

2006-12-13 Thread Kai Xiang
Thanks Jochem, Roman :) On 12/13/06, Jochem Maas <[EMAIL PROTECTED]> wrote: Kai Xiang wrote: > On 12/13/06, Roman Neuhauser <[EMAIL PROTECTED]> wrote: > >> # [EMAIL PROTECTED] / 2006-12-13 14:15:26 +0800: >> > I'm new here and looking PHP these days

Re: [PHP] How php works?

2006-12-13 Thread Kai Xiang
On 12/14/06, tedd <[EMAIL PROTECTED]> wrote: At 2:15 PM +0800 12/13/06, Kai Xiang wrote: >Hello all: > >I'm new here and looking PHP these days, howerver , I'm confused by how it >works, and here is some questions I have. >Is there any old bird wanna help me out

Re: [PHP] How php works?

2006-12-15 Thread Kai Xiang
On 12/15/06, Richard Lynch <[EMAIL PROTECTED]> wrote: On Wed, December 13, 2006 12:15 am, Kai Xiang wrote: > 1. I heard there is a zend engine inside PHP playing the role as a > virtual > machine, and PHP excution have 2 step, first compile to opcode and > then > excute the

Re: [PHP] How php works?

2006-12-16 Thread Kai Xiang
On 12/16/06, Richard Lynch <[EMAIL PROTECTED]> wrote: On Fri, December 15, 2006 3:32 am, Kai Xiang wrote: > Oh, that's interesting to know, is that from certain test of design > goals? I > suspect this for I thought the most time-consuming work in PHP should > be >