Web - PHP Extensions
2005-02-26When you install /usr/ports/lang/php[x] (replace x with 4 or 5) it does not install any extensions. You can install these by installing /usr/ports/lang/php[x]-extensions. A nice menu comes up and you can select which extensions you want. But the problem is if you ever upgrade you won’t get the menu back. I found a post here:
http://lists.freebsd.org/pipermail/freebsd-questions/2004-December/067644.html which says you must do the following:
cd /usr/ports/lang/php5-extensions
make rmconfig
make config