how can i write my own module in C ? is it possible ?

link|improve this question

devzone.zend.com/article/1021 – Matthew Apr 12 '11 at 6:34
if you have posted the comment as an answer i will be able to vote up and select it as answer – Sourav Apr 12 '11 at 6:37
possible duplicate of where can i learn php internals, how they work ? – Gordon Apr 12 '11 at 6:40
feedback

2 Answers

up vote 4 down vote accepted

Yes, it is possible. Here's an old article that I used when I wrote my first extension:

http://devzone.zend.com/article/1021

Things may have changed since then, so you may want to search for similar tutorials for additional references.

Oh, and this should be useful:

http://www.php.net/manual/en/internals2.php

link|improve this answer
feedback

Try this http://www.tcl.tk/man/aolserver3.0/c-ch1.htm

link|improve this answer
what about WINDOWS ? :( – Sourav Apr 12 '11 at 6:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.