PEAR Modules

PEAR modules are collections of functions that allow you to perform tasks using PEAR finctions. There are many of the most popular installed as part of the server.

While installed, they are not enabled globally for many reasons. You might need to install/enable a PEAR module before you can use it with  an application that make calls to this function.

You can do this in your cPanel account under "Software/Services" and PHP-PEAR Modules.

It is most likely best to use the search and enter all or part of the PEAR package name and search. Additional details are then provided for each package available.

If you find that your particular module is not present, create a support ticket in you client area and we will do all that we can within limitations to provide/install a package you might need.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How Do I Change PHP Settings?

How do I change PHP settings?Easy: First create a blank text file called php.ini (assuming one...

Getting a 500 Error

If your site occurs a 500 Internal Server Error the most common are php settings contained in...

What are the paths to commonly used services?

What is the path to my user files? The path is /home/username/public_html What is the local path...

How do I increase the PHP Upload Limit?

To raise the PHP Upload Limit for your website simply do the following:Create a blank text file...

How do I set PHP include_path?

There are 2 main ways you can set your PHP include_path. 1. Edit your /etc/php.ini file. Inside...