Skip to content

This is a little .sh script interface that allows you switch between the previously installed PHP versions on Ubuntu.

License

Notifications You must be signed in to change notification settings

Pablo251/PHSwitch-Ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PHSwitch-Ubuntu

This is a little .sh script interface that allow switch between PHP 5 and PHP 7 versions on Ubuntu based Distros(Over 14.04), executed on your terminal.

First Step ✌️😅

The switcher currently changes between PHP 5 and PHP 7, for that reason that two version need to be installed on your system. You can found there the installation steps of PHP 7.0 (and 5.6) on Ubuntu.

More accurate Information on this post! THIS ONE

Second Step 🤘😎

Download the file and execute it as a normal .sh on your computer

How to execute a "normal .sh" on my computer???

First at all open your terminal and locate the downloaded file on your computer, then runs the next.

chmod +x PHP-Switcher.sh
./PHP-Switcher.sh

If you have troubles with the permissions try to execute it as superuser:

sudo chmod +x PHP-Switcher.sh
sudo ./PHP-Switcher.sh

Third Step 😉👍

Select your option and enjoy this little helper app

Authors

  • Jose Pablo Arce

Acknowledgments

Thanks a lot to everyone on this post, that was so helpful to create this helper.

About

This is a little .sh script interface that allows you switch between the previously installed PHP versions on Ubuntu.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages