6 Star 11 Fork 2

Hprose / hprose-pecl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.m4 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
dnl $Id$
dnl config.m4 for extension hprose
PHP_ARG_ENABLE(hprose, whether to enable hprose support,
[ --enable-hprose Enable hprose support])
dnl Check whether the extension is enabled at all
if test "$PHP_HPROSE" != "no"; then
dnl Finally, tell the build system about the extension and what files are needed
PHP_NEW_EXTENSION(hprose, php_hprose.c hprose_common.c hprose_tags.c hprose_bytes_io.c hprose_class_manager.c hprose_writer.c hprose_raw_reader.c hprose_reader.c hprose_formatter.c, $ext_shared)
PHP_SUBST(HPROSE_SHARED_LIBADD)
fi
C
1
https://gitee.com/andot/hprose-pecl.git
git@gitee.com:andot/hprose-pecl.git
andot
hprose-pecl
hprose-pecl
master

搜索帮助