The Zend Relationship

After having revolutionised PHP by creating PHP 3, both Andi Gutmans and Zeev Suraski went on to design and create PHP 4, another revolution for the language - no longer would each line of code need to be interpreted as it was read, because Andi and Zeev made the language compiled.

They did this by creating a new engine for the language, known as the Zend Engine - as well as making scripts compiled, the Zend Engine also offered much more flexibility to the programmers of PHP itself, making it easy to port across platforms and servers. The Zend Engine was the first product to come out from Zend, a company founded by Andi and Zeev to create commercial products for PHP. The Zend Engine itself, being an integral part of PHP, is completely free and always will be, however Zend also produce a variety of other products for PHP, including a development environment, a script encoder, and more.

Having two out of the three language architects working for them gives Zend a big advantage in the market place, and as such they produce some excellent products. We will be covering some of their products, as well as their competitors, later in the book.

 

Want to learn PHP 7?

Hacking with PHP has been fully updated for PHP 7, and is now available as a downloadable PDF. Get over 1200 pages of hands-on PHP learning today!

If this was helpful, please take a moment to tell others about Hacking with PHP by tweeting about it!

Next chapter: Advantages of PHP >>

Previous chapter: The creators of PHP

Jump to:

 

Home: Table of Contents

Copyright ©2015 Paul Hudson. Follow me: @twostraws.