How to install Alpha/Beta PHP Pear Packages
You can easily install a stable Pear package. But if you want to install an alpha or a beta version of a package, you must specify the channel (or the complete URL of the package) Take for example, currently OpenID is in alpha state (as of today) and LiveUser in beta state. Let’s try installing [...]
How to install a PHP-Pear package
To work with pear packages, you must first install Php-pear. Once installed, you must find the source of the package to be installed. The general syntax of installing a pear package Example. I want to install Auth pear package. I will write You can see some permission issues. You must be admin to install these [...]