Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall an older PHP version from centOS7

Tags:

People also ask

How do I uninstall old version of PHP?

Select Add/ Remove Components. Select Web Hosting >> PHP interpreter versions. Select the outdated version of PHP, and then select Remove. Select Continue.


My project is on Laravel 5.2. and as per guide it required php >= 5.5.6 but there was php 5.4 intalled and I had to upgrade php version through YUM, But now it is giving error "PDO driver not found" and I tried YUM install php-pdo but it's giving error that "there is conflict between php56w-common and php-comon-5.4.16". I am stuck on this pointenter image description here