How to get technical documentation on the Zend Engine

php.internals

nug gets

9 years ago
Hello, I want to code in php core, and I would like to have a documentation who explains de code structure/architecture of the Zend Engine. Can I find it somewhere ? Thank you, Nuggets

Yannick Komotir

9 years ago
Hi Nug, That is well known as PHP *Internals*. There is various ressources that can help on that : - The Official guides : http://www.php.net/manual/en/internals2.php and https://wiki.php.net/ - PHP internal developers collaborative initiative : http://www.phpinternalsbook.com/ - Nikita Popov's blog : http://nikic.github.io/ - Stackoverflow ;-) http://stackoverflow.com/questions/4389738/where-can-i-learn-about-php-internals Regards, Yannick KOMOTIR. Yannick KOMOTIR Software Engineer | ZCE PHP 5.3 | ITIL Foundation Certified 00243810598737 https://github.com/Yannix http://twitter.com/yannixk On Sun, Apr 9, 2017 at 5:47 AM, nug gets <neuggets@gmail.com> wrote: