Skip to content

Instantly share code, notes, and snippets.

@vaporic
Last active October 24, 2022 21:04
Show Gist options
  • Save vaporic/50fea97bcbbfdc1328ade30c0f6d86ae to your computer and use it in GitHub Desktop.
Save vaporic/50fea97bcbbfdc1328ade30c0f6d86ae to your computer and use it in GitHub Desktop.
Update php5.6 Ubuntu
sudo add-apt-repository ppa:ondrej/php -y
sudo apt-get update -y
sudo apt-get install php5.6-curl php5.6-dev php5.6-gd php5.6-intl php5.6-mcrypt php5.6-json php5.6-mysql php5.6-opcache php5.6-bcmath php5.6-mbstring php5.6-soap php5.6-xml
sudo apt-get install libapache2-mod-php5.6 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment