Thanks!
Thanks for attending my talk "Introduction to PHP Extensions" at php[tek] that I gave on May 25th, 2017. Here you can find some extra information about the talk if they are available. For this talk we have:
Questions?
If you have any questions about the talk, feel free to contact me. My details are on the contact page.
Slides
The talks slides can be downloaded at php-ext-tek17.pdf
Resources
- Extension: Geospatial: https://github.com/php-geospatial/geospatial
- Extension: Xdebug: https://xdebug.org
- Extension: php-ast: https://github.com/nikic/php-ast
- Extension: tokenizer: http://php.net/tokenizer
- Extension: vld: https://github.com/derickr/vld
- Library: PHP Code Coverage: https://github.com/sebastianbergmann/php-code-coverage
- PHP 7 Virtual Machine: https://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html
Comments (through joind.in)
It was really interesting to see exactly how to write PHP extensions. Derick was filling in for another speaker short notice and did an amazing job. I left knowing why and how to write extensions, including syntax and tests.
This talk inspired me! I want to learn C, I want to extend PHP, now I just need a good idea and the knowledge. But this presentation makes it feel within your grasp. Thanks!