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
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.shNow you can run the script using the following command
sudo sh php5_4_downgrade_5.3.shFollow the on instructions
Comments
Post a Comment