Did anyone wrote their own PHP extension?
Moderator: General Moderators
Did anyone wrote their own PHP extension?
Did anyone wrote their own PHP extension? Is there some sacred API reference hidden from the unworthy? Zend website has exactly 2 (short) documents on how to write an extension. I followed the first one, and compiled my code, but the problem is, it doesn't do anything. Waht's the right way to learn inner workings of Zend engine?
Two articles I mentioned were Sarah Golemon's articles. Are you speaking about http://www.zend.com/php/internals/ ? I can't find any acticles from George Schlossnagle.
As for the books, in this particular case I'm not going to buy any.
As for the books, in this particular case I'm not going to buy any.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Antiquated, but when doing something like this I find every bit of information helps...
http://www.php.net/manual/en/zend.php
Seems to offer a little more info on the subject then those 2 Zend articles you reference...
Have fun...
http://www.php.net/manual/en/zend.php
Seems to offer a little more info on the subject then those 2 Zend articles you reference...
Have fun...