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

mv base64

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