Closed
Description
Description
From what I've understood talking to people closer to the project, musl is seen as an afterthought in PHP, it mostly works, but isn't seen as a priority.
This creates issues like performance issues and weird bugs for musl users:
dunglas/symfony-docker#555
#11678
While musl is not as used as glibc, it does have a strong presence when using with containers (Alpine based images) and also new directions PHP can take, like with FrankenPHP standalone binaries using static-php (which uses musl)
All this means musl usage is not insignificant and is quite likely to become larger with time, it would make sense to include running correctly on musl as a requisite for a release, include musl for performance regression tests, etc.