15,050
edits
No edit summary |
m (→Summary of the Flow: fix typo) |
||
| Line 136: | Line 136: | ||
'''The advantage''': it doesn't depend on <code>which</code>, aliases, or <code>$PATH</code> at all — because CodeRunner's execution environment doesn't load shell config files like <code>.zshrc</code> (where aliases are defined), scanning the filesystem directly for the path is the most reliable approach. And future MAMP php version upgrades won't require manually updating this setting again. | '''The advantage''': it doesn't depend on <code>which</code>, aliases, or <code>$PATH</code> at all — because CodeRunner's execution environment doesn't load shell config files like <code>.zshrc</code> (where aliases are defined), scanning the filesystem directly for the path is the most reliable approach. And future MAMP php version upgrades won't require manually updating this setting again. | ||
[[ | [[Category: Programming]] | ||
[[ | [[Category: PHP]] | ||