Hi,
I've recently updated apache20 to the latest version via the ports (and many others).
- My php installation is 5.2.12 and i dont want to upgrade it to 5.3.3
- Php modules like mod_ssl doesnt work after the update and I think I should recompile
php and extensions.
Right now I have php5* in HOLD_PKGS in pkgtools.conf
In /usr/ports/lang/php5 the make file has the : PORTVERSION=5.3.3
Is there a way to make deinstall reinstall the 5.2.12 version of php?
Is it safe to run:
Thanks in advance,
I've recently updated apache20 to the latest version via the ports (and many others).
- My php installation is 5.2.12 and i dont want to upgrade it to 5.3.3
- Php modules like mod_ssl doesnt work after the update and I think I should recompile
php and extensions.
Right now I have php5* in HOLD_PKGS in pkgtools.conf
In /usr/ports/lang/php5 the make file has the : PORTVERSION=5.3.3
Is there a way to make deinstall reinstall the 5.2.12 version of php?
Is it safe to run:
portupgrade -a -x php5*
in order to recompile my software?Thanks in advance,