15

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

DaveRandom
  • 87,921
  • 11
  • 154
  • 174
duganets
  • 1,853
  • 5
  • 20
  • 31

3 Answers3

22

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

AHJeebon
  • 1,218
  • 1
  • 12
  • 17
Pascal MARTIN
  • 395,085
  • 80
  • 655
  • 663
  • +1 Interesting. Do you know by chance on which Forums the C devs discuss about PHP extensions? – Déjà vu Jul 30 '12 at 05:57
  • 2
    Links are dead. – Mahdyfo Jan 22 '20 at 12:29
  • Also, the book in question has been published in 2006, and judging by the description it has not been updated (Sams Publishing; 1 edition (June 9, 2006)) which practically makes it obsolete. – SteveB Mar 23 '20 at 22:13
5

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.

AHJeebon
  • 1,218
  • 1
  • 12
  • 17
Todd Li
  • 3,209
  • 21
  • 19
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

Treffynnon
  • 21,365
  • 6
  • 65
  • 98