Installing Pear Packages

Pear is a very versatile and hugely useful library of functions for the PHP programming language.

Pear is installed by default as of PHP version 4.3.0.

To install a new Pear library, you need to open shell and log in as the root user. Then type ‘pear install xxxxxx’ (where xxxxxx is the name of the library)

Comments are closed.