What is Zend engine?

by bria_metz , in category: Technology , 3 years ago

What is Zend engine?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by zella , 3 years ago

Zend Engine is a set of various components, which is used internally by PHP as a compiler and run engine time. The most important Zend Engine part is the Zend Virtual Machine, which is stabilized of the Zend Executor components and the Zend Compiler. PHP scripts are loaded into memory and organized into Zend opcodes.