PHP扩展开发入门

问题描述:

请提出有关PHP低"级С-modules编程接口的帮助文章或教程.

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

在我的书签中搜索,只有找到的链接是那些:

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

如果您对这个主题真的很感兴趣,并且准备花一些钱,可以买这本书扩展和嵌入PHP (

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