how to write PHP module in C

放肆的年华 提交于 2019-11-29 06:24:22

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/5631231/how-to-write-php-module-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!