Downgrading PHP 5.4 to 5.3 on Ubuntu

Download the shell script from here
Once you have php5_4_downgrade_5.3.sh file you need to change the permissions using the following command

su root
chmod u+x ./php5_4_downgrade_5.3.sh
Now you can run the script using the following command
sudo sh php5_4_downgrade_5.3.sh
Follow the on instructions

Comments

Popular posts from this blog

How to Reset Root Password in Drupal 7 with phpMyAdmin

Drupal - Hiding field group and its Children