15,050
edits
(Created page with "= CodeRunner PHP Run Command: Auto-Detecting the Version = In Settings → Languages → PHP → Run Command, the default configuration usually looks like this: <pre lang="bash"> /path/to/php $filename </pre> For example: <pre lang="bash"> /Applications/MAMP/bin/php/php8.2.29/bin/php $filename </pre> The problem is that every time MAMP upgrades its PHP version, you have to come back and manually update this path. Changing it to the line below lets CodeRunner automat...") |
No edit summary |
||
| Line 1: | Line 1: | ||
= CodeRunner PHP Run Command: Auto-Detecting the Version = | = CodeRunner PHP Run Command: Auto-Detecting the Version = | ||
# [https://coderunnerapp.com/ CodeRunner – Programming Editor for macOS] | |||
# [https://www.mamp.info/en/mac/ MAMP] | |||
In Settings → Languages → PHP → Run Command, the default configuration usually looks like this: | In Settings → Languages → PHP → Run Command, the default configuration usually looks like this: | ||