Last active
February 22, 2025 19:10
-
-
Save netplayer/4fb1defb5464eee7dc7e5a81ac1678af to your computer and use it in GitHub Desktop.
disable php5 enable php7
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
| Interactive switching mode | |
| --------------------------- | |
| sudo update-alternatives --config php | |
| Manual Switching | |
| ----------------= | |
| sudo a2dismod php5 | |
| sudo a2enmod php7.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment