PHP: manual install of pear
Sometimes, certain php apps require certain packages to be installed via pear.
Use yum if given a choice, ie “yum install php-pear”.
If yum is not available or due to whatever reason, We need to manually install a new version from pear website.
elinks -source http://pear.php.net/go-pear | php
// follow thru the prompts. then configure the installation parameters
Below is [...]
