Thanks!
Thanks for attending my talk "Introduction to PHP Extensions " at php Central Europe that I gave on November 4th, 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.
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)
You are clearly one of the most knowledgeable people in PHP community xdebug is a wonderful life saver. :) That's said I think you focused to much on token analysis although it might just be my inexperience speaking. How so much knowledge about PHP handling our scripts could be put to use?
Great Talk