[GIT-PULLS] [php-src] PR #23087: tests: Allow overriding TEST_PHP_EXECUTABLE for FPM SAPI
[email protected] (lotharsm)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23087 Author: lotharsm The test suite derives the path to php-fpm from TEST_PHP_EXECUTABLE. This fails on custom build directory layouts, leading to skipping all php-fpm related tests. Users can provide TEST_PHP_FPM_EXECUTABLE for a custom binary path; if this is unset, we'll fall back to TEST_PHP_EXECUTABLE instead. See https://github.com/gentoo/gentoo/pull/46637#issuecomment-5156485661 for reference.