Re: [PHP-DEV] How does the interpreter work

2009-12-22 Thread Richard Lynch
On Mon, December 21, 2009 11:41 am, Christian Grobmeier wrote: >> But: What exactly do you want to learn? Do you want to learn how to >> use >> it better or "academic reasons" or something else? - Depending on >> all >> that the focus of the learning might be quite different. > > I don't want to st

[PHP-DEV] How does the interpreter work

2009-12-22 Thread Christian Grobmeier
Hi all again, first thanks, for all the links. >> In java world there is the JVM specification, I hoped there is >> something for PHP too. > > Well there's one quite complete document about it available - the source > code ;-) PHP isn't developed following standards but simply by > implementing a

Re: [PHP-DEV] How does the interpreter work

2009-12-22 Thread Christian Grobmeier
Hi, > Rob Nicholson wrote: > Another good reference is Sara Goleman's book "Extending and Embedding PHP" actually this is what i was searching for. I will order this book now. Thanks for the tipp! Christian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://w

Re: [PHP-DEV] How does the interpreter work

2009-12-21 Thread mm w
Pas mieux, and I am sure johannes did not find the need to express himself and/or these mind limitations on his blog :) harf I am so bad I know. -mmw 2009/12/21 Johannes Schlüter : > Hi, > > On Mon, 2009-12-21 at 14:56 +0100, Christian Grobmeier wrote: >> I would like to learn more about how th

Re: [PHP-DEV] How does the interpreter work

2009-12-21 Thread Johannes Schlüter
Hi, On Mon, 2009-12-21 at 14:56 +0100, Christian Grobmeier wrote: > I would like to learn more about how the interpreter works, but I was > unable to find good documents on the web. Basically I am thinking on > something about allocation of variables, how does object creation work > and such stuff

Re: [PHP-DEV] How does the interpreter work

2009-12-21 Thread mm w
Hello, this document is clearly outdated and for me so far confuse just gave a try for 5 mins, and I am worry about the printf tech, lucky you are not to be in multi-thread env..., at least fprintf on the stderr to read un-buffered results, those guys have a job? maybe greenhouse keepers certainly

Re: [PHP-DEV] How does the interpreter work

2009-12-21 Thread Rob Nicholson
Christian Grobmeier wrote on 21/12/2009 13:56:08: > I would like to learn more about how the interpreter works, but I was > unable to find good documents on the web. Basically I am thinking on > something about allocation of variables, how does object creation work > and such stuff. Maybe somet

[PHP-DEV] How does the interpreter work

2009-12-21 Thread Christian Grobmeier
Hi all, I would like to learn more about how the interpreter works, but I was unable to find good documents on the web. Basically I am thinking on something about allocation of variables, how does object creation work and such stuff. Maybe something on the overall architecture of PHP would be of i