matteosistisette
New Pleskian
I have CentOS 5.9 with Plesk 9.5 and it has PHP 5.1
Now php 5.1 can't be simply upgraded to 5.3 with yum update because php starting from 5.3 is a different package, "php53" (while php 5.1 is just "php").
But I can't install the package php53 without uninstalling php 5.1 because they conflict:
php53-common conflicts with php-common
So I should first uninstall the php package (php 5.1).
BUT I can't because plesk depends on it, so if I uninstall php I will be forced to uninstall Plesk.
So how do I upgrade php to 5.3 while keeping plesk?
Thanks
m.
Now php 5.1 can't be simply upgraded to 5.3 with yum update because php starting from 5.3 is a different package, "php53" (while php 5.1 is just "php").
But I can't install the package php53 without uninstalling php 5.1 because they conflict:
php53-common conflicts with php-common
So I should first uninstall the php package (php 5.1).
BUT I can't because plesk depends on it, so if I uninstall php I will be forced to uninstall Plesk.
So how do I upgrade php to 5.3 while keeping plesk?
Thanks
m.