Skip to content

Multiple PHP versions

Christian edited this page May 13, 2023 · 1 revision

Sometimes it's required to call the PHP interpreter explicitly:

php7 scripts/acme-dns-inwx --delete "example.com"
php8.2 scripts/acme-dns-inwx --delete "example.com"

Or change the shebang of the executable.

Clone this wiki locally