mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
2b8d8ba7c4
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