Jerry Ma

Results 58 issues of Jerry Ma

Linux support is not available yet: https://github.com/confluentinc/librdkafka/discussions/4495

enhancement
wip
kind/extension

Docs repo: https://github.com/crazywhalecc/static-php-cli-docs ## Guide - [x] Troubleshooting - [x] Some extensions have alternative features, but they are not mentioned in the documentation - [x] Embed SAPI #153 - [x]...

documentation
help wanted

Related PR: #197. pros: 1. When docker has already built, we can always use the latest `spc` binary in docker. 2. We can always use the latest `src` directory in...

enhancement
kind/framework

[action.json.gz](https://github.com/onebot-walle/walle-q/files/10685413/action.json.gz) 这是我传一段随机文本的几个 Action 的 JSON,由于里面重复较多,我用 gzip 压缩了一下。 这串文字的 sha256 就是以 980 结尾的那个,和最后一个动作传入的一样,但是 walle 端校验失败。

bug

https://github.com/static-php/static-php-cli-hosted/actions/runs/8889987206/job/24409245270

bug
kind/dependency

https://github.com/static-php/static-php-cli-hosted/actions/runs/8843621255/job/24284106389 Related code: https://github.com/easysoft/phpmicro/blob/e142401ee260c128ac9d6bb1e35f80040614437c/Makefile.frag#L11C1-L23C30 Checking the log, there is a difference of 8 bytes between the two micro.sfx compression stages.

bug
kind/framework
os/linux

使用构建环境是 macOS Ventura arm64,构建命令: ```bash ./configure --prefix= --with-valgrind=no --enable-shared=no --enable-static=yes CFLAGS='--target=arm64-apple-darwin -Werror=unknown-warning-option' --disable-all --disable-cgi --disable-phpdbg --enable-cli --enable-fpm --enable-micro --enable-bcmath --with-bz2="/Users/jerry/project/git-project/static-php-cli/buildroot" --enable-calendar --enable-ctype --with-curl --enable-dom --with-libxml="/Users/jerry/project/git-project/static-php-cli/buildroot" --enable-exif --enable-fileinfo --enable-filter --enable-ftp --with-zlib...