Working with PHP Configuration in WebHosting Linux Webspaces

Installing PHP PEAR Libraries

Having a website on a web cluster, you can install various PHP PEAR libraries for your website. According your request, the provider can also preinstall a set of PHP PEAR libraries on the web server for your website.

During the web server setup, a special directory is created. All custom PHP PEAR libraries are to be installed to this directory:

~/pear/php

To install a PHP PEAR custom library, perform the following actions:

  1. Log in to the website by means of an SSH connection.
  2. Launch a standard PEAR utility to install and work with your custom PEAR libraries:

    pear install <PEAR_library_name>'

Customizing php.ini File Configuration

On your request a provider, can create a customized version of the php.ini file that will contain your website specific configuration. The customized configuration will be applied to your website only.