-
Notifications
You must be signed in to change notification settings - Fork 52
Added script for switch php version to the 7.1 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks @samael. Could you also modify |
|
Yeap |
|
More fun :) |
|
This is awesome work! 👍 Thanks. I'll merge this if you're done? |
|
Feel free. |
switch-to-php-7.1.sh
Outdated
| echo "* Disabling Apache PHP 7.2 module..." | ||
| sudo a2dismod php7.2 > /dev/null | ||
|
|
||
| echo "* Enabling Apache PHP 7.0 module..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should say 'Disabling'.
switch-to-php-7.1.sh
Outdated
| echo "* Enabling Apache PHP 7.0 module..." | ||
| sudo a2dismod php7.0 > /dev/null | ||
|
|
||
| echo "* Enabling Apache PHP 7.0 module..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should say PHP 7.1.
switch-to-php-7.1.sh
Outdated
| echo "* Switching CLI PHP to 7.1..." | ||
| sudo update-alternatives --set php /usr/bin/php7.1 > /dev/null | ||
|
|
||
| echo "* Switch to PHP 7.0 complete." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should say PHP 7.1.
|
Just noticed a few minor typos. Would you mind fixing these up, and then I'll merge? |
|
Everything is fixed. Sorry for my mistakes. |
|
Awesome. Thanks @samael. 😄 |
Added php-redis extension to setup.sh
Add php7.3 disable commands
No description provided.