Talk in English - US at PHPUGFFM II/2017
View Slides: https://speakerdeck.com/thomasweinert/introduction-php-extensions
Short URL: https://joind.in/talk/786ea
(QR-Code (opens in new window))
An introduction into the Programming of PHP 7 extensions - explaining the ZEND-API by example. The first part shows how to create a basic extension, argument parsing, return values and reflection support.The talk contains some C programming, but it is not a talk about C.
Comments
Comments are closed.
Thanks for a great explanation to the Macro-Language PHP is written in. Finding references to documented examples will make it easier for me to create a PHP-Extension now. And I'm pretty sure I will use the talk-slides as reference in future.
In my eyes a bit more structure and a "story" would make the talk even better.
Brilliant research work!
The talk itself was quite mechanical and "heavy" on an evening crowd, but the produced materials and conveyed knowledge is invaluable! Amazing!
Great talk to get you started in developing your own PHP extension.
Nice examples including testing your extension.
And some nice PHP insights as well.
Good overview on how to write your first PHP extension.