Created
July 29, 2025 07:52
-
-
Save szepeviktor/4d88726b0f990cacc681cec29869f1bf to your computer and use it in GitHub Desktop.
Switch PHP version for a user in Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir -p /usr/local/bin/php8.3 | |
ln -s /usr/bin/php8.3 /usr/local/bin/php8.3/php | |
# Add this to your script: export PATH="/usr/local/bin/php8.3:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.