PHP Codes Internal Execution

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
techboy
Forum Newbie
Posts: 2
Joined: Mon Jan 16, 2012 11:30 am

PHP Codes Internal Execution

Post by techboy »

PHP Codes Internal Execution
Hi guys,
I m working with PHP from quite a long time...,
Guys i would like to know how PHP language works internally...i mean how its internals work..how it is converted into opcodes and into assembly language.how compiler complies php code as soon as we submit it to php server. and etc..
We are knowing that php is written in C/C++..so how would any changes made to that C code will effect php execution and its memory allocation and etc..
I have found a slide based on this.
http://www.slideshare.net/sebastian_ber ... -internals
and i want more advance about these things,
So guys if u can plz provide me links to some books or articles or videos based on this topic.
techboy
Forum Newbie
Posts: 2
Joined: Mon Jan 16, 2012 11:30 am

Re: PHP Codes Internal Execution

Post by techboy »

Strange still no replies.... 8O
Should i post it in some other sections.... :?:
User avatar
Tiancris
Forum Commoner
Posts: 39
Joined: Sun Jan 08, 2012 9:54 pm
Location: Mar del Plata, Argentina

Re: PHP Codes Internal Execution

Post by Tiancris »

Well, I'm very new here so I don't know who could help you.
The only thing I've read about PHP internals (and I did just for curiosity) is this: http://php.net/manual/en/internals2.php
Post Reply