This is an experimental SAPI based on libmicrohttpd.
It should not be considered stable by any means.
- PHP 8.1+
- libmicrohttpd
sudo pacman -S libmicrohttpd
sudo apt-get update --assume-yes && \
sudo apt-get install libmicrohttpd-dev --assume-yes --no-install-recommends
A list of all available commands is available running make help
(or simply make
).