Hi all
I tried to upgrade from php4.3.4 to php.5.0.0rc2 on my FreeBSD 4.9. But installing the ports gives me an error, stating that my installed package php4-4.3.4_4 conflicts with the new package php5. To resolve this I should remove the old package with pkg_delete. Course, this failed because a bunch of other packages depend on php4-4.3.4_4 (namely some pear-packages). Now, do I have to delete all these packages or is there a better way to resolve this issue?