6 Star 11 Fork 2

Hprose/hprose-pecl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.w32 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
// $Id$
// vim:ft=javascript
ARG_ENABLE("hprose", "enable hprose support", "no");
if (PHP_HPROSE != "no") {
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");
AC_DEFINE("HAVE_HPROSE", 1, "Have Hprose Support");
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/andot/hprose-pecl.git
git@gitee.com:andot/hprose-pecl.git
andot
hprose-pecl
hprose-pecl
master

搜索帮助