Skip to content

Commit

Permalink
Removed the specified version of php modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ayman.bedair committed May 16, 2017
1 parent a973cdb commit c1270ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Php/install_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ sudo -v
sudo apt-get update

echo "Installing Curl for PHP ..."
sudo apt-get install php5-curl
sudo apt-get install php-curl

echo "Installing IMAP function for PHP ..."
sudo apt-get install php5-imap
sudo apt-get install php-imap

echo "Installing Mcrypt"
sudo apt-get install mcrypt php5-mcrypt
sudo php5enmod mcrypt
sudo apt-get install mcrypt php-mcrypt
sudo phpenmod mcrypt

echo "Restarting Apache2 Server ..."
sudo /etc/init.d/apache2 restart
Expand Down

0 comments on commit c1270ea

Please sign in to comment.