Sora Morimoto

Results 240 comments of Sora Morimoto

The biggest issue is how to distribute the cache as you mentioned. Also, I'm not really familiar with PHP, but are they really relocatable? At this point, I don't have...

In fact, there is no incentive to host the cache at all, and implementing something to make sure the cache is safe is quite a hassle. And we need to...

The advantage of using php-build is that it can support more versions. Our current code only targets the latest version and does not support older versions. (There are some versions...

> The downside is there are a lot of compilation options which are not supported in php-build (--with-gmp for instance). I don't think so: https://github.com/php-build/php-build/blob/master/man/php-build.1.ronn#environment

Somehow I had to come back to the PHP world. I've read some PR, but I'm sure what we need now is to rewrite the php-build based plugin. Does anyone...

There are currently not enough main maintainers for this plugin, so it would be nice if someone could do it. Furthermore, if anyone would like to replace this with a...

The correct version is `8.0.7RC1`, `8.07RC1` is wrong.

It's probably better to pass an additional flag to curl to produce a better error. Would you like to tackle it? I can give you some pointers :)

No worries at all! Cool! I think it's enough to just pass `-f` or `--fail` where we are calling curl. Some other plugins are actually doing this! https://curl.se/docs/manpage.html

The error shows that PostgreSQL is not installed. Could you try this? ``` brew install postgresql ```