user3351236
user3351236

Reputation: 2538

symfony 1.4 - change the version of PHP

I have 2 different PHP versions installed. When I try to run a task it runs with the default version of PHP. How can I change the version of PHP.

Upvotes: 0

Views: 213

Answers (1)

Marek
Marek

Reputation: 7423

You need to specify the interpreter on command line:

$ /path/to/correct/php symfony the-task

Upvotes: 1

Related Questions