Thanks!
Thanks for attending my talk "Introduction to PHP Extensions" at PHP Conference Asia that I gave on September 29th, 2018. 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-asia18.pdf
Resources
- Dmitry's PHP JIT-IR Presentation: https://www.researchgate.net/publication/374470404_IR_JIT_Framework_a_base_for_the_next_generation_JIT_for_PHP
- 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
- Git Repository for Collections: https://github.com/php/php-src/compare/master...derickr:php-src:collections
- 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
- State of Generics and Collections: https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/
Comments (through joind.in)
Absolutely awesome talk. Well structured and exactly what I was looking for.