I know this must be really simple but I can't find any instruction s on this anywhere on the web, not even on PHP.net or on any of the homepages of the libraries themselves.
I just need to know how to install a new PHP library on a Linux server
Thanks
omoutop
1:28 pm on Nov 14, 2008 (gmt 0)
from what little experience i got... most major libraries come along with your php installation. Open your php.ini an seek your library, uncomment it and restart your apache (caution if you use more than one php.ini files, to select the correct one)
If your library is not one of the major ones, i am guessing you will find a how-to on its website (or forum or faq section)