Jerry Ma

Results 141 comments of Jerry Ma

The main reason is that I'm not very good at Windows OS build and Visual Studio and currently I mainly update Linux and macOS. Windows maintenance will be slower. For...

vips requires glib, glib requires meson, meson requires python. I can theoretically implement vips extension, but the cost is that python needs to be installed before compilation.

Currently `spc` cannot customize compiler flags using command or ENV. If necessary, you can provide some practical suggestions. Actually I don't have a good solution to implement it yet (distinguish...

Finished, docs: https://static-php.dev/en/guide/env-vars.html

In theory, except for php-src and extensions, the compilation of libraries takes up most of the time. For different PHP versions but the same combination, we can reuse the library...

`BotEvent` 确实不会接收 Actions 的响应包,如果要注册 Actions 响应包事件,可以用 [BotActionResponse](https://framework.zhamao.xin/event/bot.html#botactionresponse)。或者就直接协程等待回包拿到 message_id 就可以。

I think it should be workflow issue. And add 8.5 in hosted repo scheduled tests. BTW I also will need to deal with red workflows [here](https://github.com/static-php/static-php-cli-hosted/actions)

If we have to request the `php.net` API for each download, I'm not sure if it will exacerbate network issues. Currently, the only stable and persistent pull source is `dl.static-php.dev`...

Ah get it. But this way will destroy the basic function of `--ignore-cache-sources`. The purpose of this option is to ignore the cache and force pull. We cannot ignore only...

> We'd have to save the currently downloaded version (url, tag name, whatever, depending on the source type) and then cross-check against it. True. With `php-src-$version` lock inside PhpSource class....