You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all systems have a binary on the path for php. Systems with multiple PHP versions installed generally append the version number to the end. For example:
which php72
/usr/bin/php72
which php56
/usr/bin/php56
To work around this an option that allows the PHP version to be specified works. This could be along the lines of:
Not all systems have a binary on the path for
php
. Systems with multiple PHP versions installed generally append the version number to the end. For example:To work around this an option that allows the PHP version to be specified works. This could be along the lines of:
or
The default version would always be
:php
Related issues:
The text was updated successfully, but these errors were encountered: