For a number of reasons (laziness among them), I have a few different versions of php installed on my computer. If I do php -v
in my Windows Console, it shows the version of php I'd expect. However, if I do php -v
in my Cygwin terminal, I get a different version.
How can I tell Cygwin to use the version I want it to? Currently PATH is pointed to the correct version.
Thank you very much.