1 Star 0 Fork 60

武林q传 / php screw plus

forked from delxiong / php screw plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.m4 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
dnl config.m4 for extension php_screw_plus
dnl don't forget to call PHP_EXTENSION(php_screw_plus)
dnl If your extension references something external, use with:
PHP_ARG_WITH(php_screw_plus, for php_screw_plus support,
dnl Make sure that the comment is aligned:
[ --with-php_screw_plus Include php_screw_plus support])
dnl Otherwise use enable:
PHP_ARG_ENABLE(php_screw_plus, whether to enable php_screw_plus support,
dnl Make sure that the comment is aligned:
[ --enable-php_screw_plus Enable php_screw_plus support])
if test "$PHP_php_screw" != "no"; then
dnl Action..
PHP_NEW_EXTENSION(php_screw_plus, php_screw_plus.c, $ext_shared)
fi
C
1
https://gitee.com/php_mysql/php-screw-plus.git
git@gitee.com:php_mysql/php-screw-plus.git
php_mysql
php-screw-plus
php screw plus
master

搜索帮助