. Advertisement .
..3..
. Advertisement .
..4..
How To Uninstall Php From Ubuntu? Please give me some suggestions.
1. Remove php5 with “sudo apt-get remove –purge php5*.”
2. Remove Apache with “sudo apt-get autoremove –purge apache2”
3. If PHP is still installed on your system, you have to remove it manually using this command: “sudo apt-get purge php5*”
This is the solution that I found somewhere, it helped me resolve the problem. I hope that help you