Page 1 of 1
Did anyone wrote their own PHP extension?
Posted: Fri Apr 28, 2006 12:53 pm
by Gambler
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?
Posted: Fri Apr 28, 2006 2:17 pm
by timvw
Actually, if you do a search a little better i'm pretty sure you'll stumble upon articles/books written george schlossnagle and sarah golemon...
Posted: Fri Apr 28, 2006 3:03 pm
by Gambler
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.
Posted: Fri Apr 28, 2006 3:15 pm
by alex.barylski
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...
