Open nikic opened 4 years ago
For the record, I tried to add testing in https://github.com/php/php-src/pull/5933, but gave up on it as more trouble than it is worth. Musl simply delights in following the letter rather than the spirit of the standard, and I don't think it's worthwhile to add all the necessary workarounds for it.
Alpine is commonly used as the base image for docker, and it's use of musl means that behavior can be quite a bit different from glibc based distros. I think it would be good to set up an alpine based job on azure (presumably inside a docker container).