mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
This adds a PHP_C_STANDARD_LIBRARY Autoconf macro to detect glibc/musl more accurately and fixes "cross-compilation" with musl-libc on glibc systems. Co-authored-by: Peter Kokot <peterkokot@gmail.com> Closes GH-19352