Skip to content

Multiple PHP versions

Christian edited this page May 27, 2018 · 1 revision

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

php5 scripts/acme-dns-nc --delete "example.com"
php7.0 scripts/acme-dns-nc --delete "example.com"

Or change the shebang of the executable.

Clone this wiki locally