-
Dockerfile
FROM php:7.3-fpm-alpine
#阿里云资源
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
#复制源
COPY ./repositories /etc/apk/repositories
ENV GRPC_RELEASE_…
-
On Ubuntu18, I installed grpc and protobuf success already, but when I install php extension of skywalking, it's wrong... How can I fix it.
PHP version: PHP 7.2.24-0ubuntu0.18.04.7 (cli) (built: Oct …
-
**Describe the bug**
I was able to build skywalking and include it php.ini, but when php attempts to load it I get this error:
```PHP Warning: PHP Startup: Unable to load dynamic library 'skywalkin…
-
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a simple script for reproducing the error.
安装并开启 Skywalking 扩展之后, 进程直接崩溃自动重启
如下代码可…