PHP Extension Installation

If its a dedi box then you should be able to use the package manage of the system to install the extension - Your hosts should be able to help you with that.
 
I've never used that extension, but according to the PHP manual, it is enabled by default from 5.3.0 and your phpinfo page shows you're on 5.3.3, so you shouldn't have to do anything. Maybe it's a problem with your code. What happens when you try to use it?
 
Should be installed by default as Redrum says. Either echo phpinfo() or hit php -i on the command line and you should be able to see if it is indeed installed and working.
 
Back
Top Bottom