Ai
1 Star 0 Fork 2

LetuCRM/php-zephir-parser

forked from koogua/php-zephir-parser 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.w32 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
Serghei Iakovlev 提交于 2018-11-07 13:17 +08:00 . PHP 5.x no longer supported (#43)
// vim:ft=javascript
ARG_ENABLE("zephir-parser", "Whether to enable Zephir Parser", "no");
ARG_ENABLE('zephir-parser-debug', "Whether to enable debugging support in Zephir Parser", "no");
if (PHP_ZEPHIR_PARSER != "no") {
var parser_sources = "parser\\parser.c parser\\scanner.c";
var ext_flags = "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 " +
"-I" + configure_module_dirname + " " +
"-I" + configure_module_dirname + "\\parser ";
if (PHP_ZEPHIR_PARSER_DEBUG != "no") {
AC_DEFINE('USE_ZEPHIR_PARSER_DEBUG', 1, "Include debugging support in Zephir Parser");
}
EXTENSION("zephir_parser", "zephir_parser.c", PHP_ZEPHIR_PARSER_SHARED, ext_flags);
PHP_INSTALL_HEADERS("ext\\zephir_parser", "zephir_parser.h");
ADD_SOURCES(configure_module_dirname, parser_sources, "zephir_parser");
AC_DEFINE('HAVE_ZEPHIR_PARSER', 1, "Whether you have Zephir Parser");
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/letucrm/php-zephir-parser.git
git@gitee.com:letucrm/php-zephir-parser.git
letucrm
php-zephir-parser
php-zephir-parser
master

搜索帮助