Getting Started with PHP Extension-Development [closed]

雨燕双飞 提交于 2019-12-17 07:15:17

问题


Please suggest help articles or tutorials about PHP "low" level С-modules programming interface.


回答1:


Searching through my bookmarks, only links I found are those :

  • Extension Writing Part I: Introduction to PHP and Zend
  • Extension Writing Part II: Parameters, Arrays, and ZVALs
  • Extension Writing Part II: Parameters, Arrays, and ZVALs [continued]
  • Extension Writing Part III: Resources
  • Wrapping C++ Classes in a PHP Extension

If you are really interested by the subject, and ready to spend some money on it, you could buy the book Extending and Embedding PHP (some pages are available as preview on Google Books too) ; I've seen a couple of times that it was the book to read when interested on this subject (In fact, I've just bought it ^^ didn't have the time to read it yet, though :-( ; the first pages seem OK...)

BTW, the author of that book is also the author of the first four articles I linked to ;-)




回答2:


Read this: https://devzone.zend.com/303/extension-writing-part-i-introduction-to-php-and-zend. It's probably the only useful tutorial I've ever met.




回答3:


I put my favourite links into a short blog post whilst writing php_ssdeep, which maybe helpful for people looking for extension development information.

http://simonholywell.com/post/2010/09/15-excellent-resources-for-php-extension-development.html



来源:https://stackoverflow.com/questions/1311389/getting-started-with-php-extension-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!