[GIT-PULLS] [php-src] PR #23405: CI: Build apache module on Unix
[email protected] (NattyNarwhal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <0f0kZfyRqYHQ6kpXFeZWF4RvWg1otL23sPdIziWQm0Y@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/23405 Author: NattyNarwhal There are no unit tests, but a smoke test is an improvement. Note that the configure script needs httpd-the-executable to run, so not just apache2-dev is sufficiaent on Debian and Alpine. Windows I'm unsure about; we ship the Apache module, but I haven't wired that up in CI. Tested locally on Alpine. Partially addresses GH-23404