提交 0a0ce842 编写于 作者: H heyanlong

mv base64

上级 3d68a6c2
......@@ -2,10 +2,9 @@ PHP_ARG_ENABLE(skywalking, whether to enable skywalking support,
[ --enable-skywalking Enable skywalking support])
if test "$PHP_SKYWALKING" != "no"; then
PHP_ADD_INCLUDE("src")
PHP_NEW_EXTENSION(skywalking, \
skywalking.c \
src/decode.c \
src/encode.c \
decode.c \
encode.c \
, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
fi
......@@ -30,7 +30,7 @@
#include "php_ini.h"
#include "ext/standard/info.h"
#include "ext/standard/php_string.h"
#include "src/components.h"
#include "components.h"
#include "php_skywalking.h"
#include "ext/standard/url.h" /* for php_url */
#include "ext/standard/php_var.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册