Jerry Ma
Jerry Ma
@bisht2050 Good catch. I will remove it later.
Seems https://github.com/dixyes/phpmicro/pull/3 iconv part is duplicated. Also, I haven't tested these patches yet, but if they work on Herd, we can use them first.
If there are extension-independent phpmicro patches that need to be updated, we could use them and test them in advance. For extensions, continue testing in the draft PR supporting 8.4...
@ikilobyte Yeah, but this week I have no time to do with static-php project, some final tests needs to be done.
> Would it be possible to add a flag to use the static glibc instead of Musl? This is a complex issue. To sum up, the reasons why we use...
To put it jokingly, the existence of this project is also due to the confusion of Linux libc and the fact that most early projects did not like static compilation....
After #403 merged, I can make a set of env variables for building glibc version of static-php. But we also need `--skip-item` for docker command, patch cmake toolchain file and...
@dunglas Today I evaluated the possibility of linking static-php using glibc. Unfortunately, doing so comes at a huge loss of portability. The main problem is not compilation, but the version...
I will write the compilation variables based on glibc on doc or blog later, but obviously this will not become official support. Let's close this.
@dunglas An interesting thing you may want to know: I only need to build Docker for a specific old glibc environment (e.g. CentOS 7 with an old toolchain, this is...