Talk in English - US at Symfony Loves PHP 2018 - San Francisco
Track Name:
Track A
View Slides: https://speakerdeck.com/jmikola/php-internals-for-the-inquisitive-developer
Short URL: https://joind.in/talk/f28e3
(QR-Code (opens in new window))
Even if you have no intention of becoming a PHP core developer or creating a PECL extension, cursory knowledge of PHP's inner workings can prove useful. This session will examine the lifecycle of a PHP request and equip you with essential knowledge and tools that can be used to diagnose the occasional segfault or language bug, decipher what that poorly documented SPL class actually does, and confidently answer why a PHP or C implementation is most warranted for a given problem.
Comments
Comments are closed.
Really opened my eyes to some of the things the core devs have to do. Thank you Jeremy for sharing this information with us.