Skip to content

Multiple PHP versions

Christian edited this page Nov 17, 2016 · 2 revisions

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

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

Or change the shebang of the executable.

Wanna help at the wiki? Open a new issue to get write access!

Clone this wiki locally