Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Draw the architecture of Zend engine?

Answer Posted / vijaya

The Zend Engine is the internal compiler and runtime engine
used by
PHP4. Developed by Zeev Suraski and Andi Gutmans, the Zend
Engine is an
abbreviation of their names. In the early days of PHP4, it
worked as
follows:




The PHP script was loaded by the Zend Engine and compiled
into Zend
opcode. Opcodes, short for operation codes, are low level binary
instructions. Then the opcode was executed and the HTML
generated sent
to the client. The opcode was flushed from memory after
execution.Today, there are a multitude of products and
techniques to help you
speed up this process.

In the following diagram, we show the how modern
PHP scripts work; all the shaded boxes are optional.




PHP Scripts are loaded into memory and compiled into Zend
opcodes.

(oops..i couldn't copy the images. is there any other way to
post them?)

Is This Answer Correct ?    30 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the functions to be used to get the image's properties (size, width and height)?

1037


Steps for the payment gateway processing?

1074


What is $globals php?

1083


What is php full form?

1130


Explain how to run the interactive php shell from the command line interface?

1114


What is scope of variable in php?

1118


Is php used for frontend or backend?

1055


How to remove leading and trailing spaces from user input values in php?

1071


What are magic constants in php?

1115


What is a model in php?

1110


How do you put a space in html?

1061


Is polymorphism inherited?

1039


What is array and function?

1104


Which function would you use to read a line of data from a file in php?

1080


Is null function in php?

1067