Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to write PHP module in C

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

like image 531
Sourav Avatar asked Apr 12 '11 06:04

Sourav


1 Answers

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

http://web.archive.org/web/20110222035803/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

like image 132
Matthew Avatar answered Oct 12 '22 12:10

Matthew