Getting Started with PHP Extension-Development [closed]

我是研究僧i 提交于 2019-11-27 03:42:08
Pascal MARTIN

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

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 ;-)

Todd Li

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.

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

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