linux下开发php拓展

1.下载源码包

2.windows下

php ext_skel_win32.php --extname=myplus

linux下

ext_skel --extname=myplus

3.修改配置文件 linux config.m4  删除下面三行的dnl

dnl PHP_ARG_WITH(myplus, for myplus support,
dnl Make sure that the comment is aligned:
dnl [  --with-myplus             Include myplus support])

config.w32 删除下面一行的注释

ARG_ENABLE("myplus", "enable myplus support", "no");

4.编写具体方法函数

myplus.c

5.编译

phpize

6.配置

./configure

7.生成拓展,在modules目录下

make


打赏

看恩吧
网站不承担任何有关评论的责任
  • 最新评论
  • 总共条评论
取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦