1 Star 0 Fork 4

zkg/php_extension_config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.w32 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
上帝禁区 提交于 2013-09-29 11:40 +08:00 . 初次提交
// $Id$
// vim:ft=javascript
// If your extension references something external, use ARG_WITH
// ARG_WITH("config", "for config support", "no");
// Otherwise, use ARG_ENABLE
// ARG_ENABLE("config", "enable config support", "no");
if (PHP_CONFIG != "no") {
EXTENSION("config", "config.c");
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Davis/php_extension_config.git
git@gitee.com:Davis/php_extension_config.git
Davis
php_extension_config
php_extension_config
master

搜索帮助