ZiHang Gao

Results 29 comments of ZiHang Gao

you can customize openssl dependency dir `./configure --with-openssl=/path/to/openssl` if you install openssl with `brew`, its directory is usually `/usr/local/opt/openssl`.

That's a good suggestion. I'll consider adding this feature in the next version.

I did not reproduce this problem in PHP 7.3. What's version of openssl?

openssl 1.0.2k seems to be problematic, and it is recommended to upgrade to version 1.1.0j or more.

如果已经加载了 json 模块,就不需要再写 `extension=json.so` 了

目前还没有支持 windows 的计划,后续可能会添加这方面的支持,谢谢关注 😆~ 。

I tracked the code because `plugin.activity` is null. I guess `flutter_inappwebview` needs to rely on UI interaction and may need to implement `ActivityAware`.

现在是支持 alist 加密驱动的文件浏览的, 您说的本地解密目前应该是支持不了的, 加密文件无法在直接到获取加密的秘钥。

有这个想法, 但是能力有限、精力也有限, 目前在整理一些代码, 过段时间打算开源一个版本。