views:

436

answers:

3

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

+3  A: 

Read this: http://devzone.zend.com/article/1021. It's probably the only useful tutorial I've ever met.

forcey
+2  A: 

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

Pascal MARTIN
+1  A: 

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://blog.simonholywell.com/post/1156691738/15-excellent-resources-for-php-extension-development

Treffynnon