From 2944eb4a758d3b3342f4acaeac6c9ac682d656d3 Mon Sep 17 00:00:00 2001 From: Whale Date: Sun, 6 Jun 2021 00:59:20 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e01766b..aaee0f50 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ docker run --rm -v $(pwd)/dist:/dist/ -it static cp php-dist/bin/php /dist/ | | zip | | | | yes | zlib | * | | -## 目前的问题 +## 目前的问题(对勾为已解决) - [ ] 不支持 event(libevent) 扩展,event 扩展的 sockets 支持不能在静态编译中使用,因为静态内嵌编译暂时没办法调整扩展编译顺序,同时其本身也不支持静态编译。 - [ ] Swoole 扩展不支持 `--enable-swoole-curl`,也是因为编译顺序和加载顺序的问题。 - [ ] 不支持 readline 扩展,readline 扩展安装后无法正常使用 `php -a`,原因还没有弄清楚,可能是静态编译造成的 ncurses 库出现了问题。 @@ -79,6 +79,8 @@ docker run --rm -v $(pwd)/dist:/dist/ -it static cp php-dist/bin/php /dist/ - [ ] php.ini 内嵌或分发 - [ ] i18n(国际化脚本本身和 README) +如果你对以上问题有解决方案,请提出 Issue 或 PR! + ## 运行示例 编译后的状态 ![image](https://user-images.githubusercontent.com/20330940/116291663-6df47580-a7c7-11eb-8df3-6340c6f87055.png)