View Single Post
Old 30th October 2008
hamba hamba is offline
Fdisk Soldier
 
Join Date: Apr 2008
Posts: 71
Default

Hi

I just would like to add that its easier to use php5-extensions when installing most of the php extensions

Follow the same procedures as what the other people said
Code:
# cd /usr/ports/lang/php5-extensions/
# make config
select the extensions
Code:
# make install clean
This way it will automatically install all the extensions you've selected.
There is one golden rule, after installing your extensions and everything is working, make a backup copy of /usr/local/etc/php/extensions.ini, I've found that sometimes when updating php it messes with that file and stuff can break, all you then have to do is copy your old file over the new one, restart apache and your off.
Reply With Quote