Did anyone wrote their own PHP extension?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Gambler
Forum Contributor
Posts: 246
Joined: Thu Dec 08, 2005 7:10 pm

Did anyone wrote their own PHP extension?

Post 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?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post 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...
Gambler
Forum Contributor
Posts: 246
Joined: Thu Dec 08, 2005 7:10 pm

Post 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.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post 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... :)
Post Reply