5 Star 11 Fork 1

Josin / xaop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.m4 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
liqiongfan 提交于 2018-09-17 15:07 . Add method-injection AOP
PHP_ARG_ENABLE(xaop, whether to enable xaop support,
Make sure that the comment is aligned:
[ --enable-xaop Enable xaop support])
if test "$PHP_XAOP" != "no"; then
dnl Write more examples of tests here...
PHP_NEW_EXTENSION(xaop, xaop.c kernel/exec.c kernel/helper.c kernel/parsing.c kernel/classes.c \
kernel/annotations/annotation.c \
kernel/xaop.c \
kernel/interface/annotation.c,
$ext_shared,,
-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
fi
C
1
https://gitee.com/josinli/xaop.git
git@gitee.com:josinli/xaop.git
josinli
xaop
xaop
master

搜索帮助