PHP Extension tutorial
There is an excellent tutorial on writing PHP extensions published on the Zend Developer Zone website written by Sara Golemon. Documentation on this subject exist but is a bit sketchy so anything in this field is welcome. The tutorial is the first part and there seems to be more planned. What I would like to see, which does not seem to be on the agenda, is a detailed article on the ins and outs of wrapping different types of shared libraries. That must be the most common cause as to why you write PHP extensions.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

The link there is dead. I think if this is the same article, the URL should be http://devzone.zend.com/node/view/id/1021
Thanks for the tip. I’ve updated the links.