I'm on Windows 8.1 with multiple PHP versions installed under Xampp using the method described here.
In VSCode I'm using the Git Bash terminal.
The default version of PHP is set to 5.6. So running the command:
php -version
results in:
PHP 5.6.30 (cli)...
How can I temporarily run php 7.3 from the terminal?
- php.exe for 7.3 is here: C:\xampp\php73