Home » » What is Zend Engine in PHP

What is Zend Engine in PHP

Written By 1 on Thursday, July 26, 2012 | 8:25 AM

Zend Engine is used internally by PHP as a complier and runtime engine. PHP Scripts are loaded into memory and compiled into Zend opcodes. These opcodes are executed and the HTML generated is sent to the client.

What is Zend Engine



The Zend Engine is an open source scripting engine, commonly known for the important role it plays in the web automation language PHP. It was originally developed by Andi Gutmans and Zeev Suraski while they were students at the Technion - Israel Institute of Technology. 

0 Comment:

Post a Comment