Unofficial docmentation for the internals of the PHP interpreter.
Documentation is automatically generated from the php/php-src repository every 24 hours at midnight (0:00 UTC).
- Required: GNU Make, Docker
- Optional:
hadolint
Commands below:
Command | Description |
---|---|
make build |
Build the project. |
make build-clean |
Forcefully do a clean-build of project (no caching). |
make serve |
Run HTTP server on http://localhost:3000 . Adjustable via PORT |
make stop |
Stop HTTP server. |
make copy-host |
Copy files from the container to the host in ./dist . Adjustable via HOST_DIR |
make lint |
Lint the Dockerfile |