Quick Notes on Setting up PEAR
pear command line is bundled by default starting from php 4.1 To install pear package.
$ pear channel-update pear.php.net $ pear upgrade-all $ pear install -a channel://pear.php.net/SOAP-0.11.0
You may need to update php.ini to include 'pear' in package path