Go PEAR
Categories
Component ID
907880
Component name
Go PEAR
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
466
Component created
Component changed
Component body
This module is obsolete, since this way to install PEAR no longer works.
Provides integration with the PEAR framework.
Includes a helper that downloas the library through http://pear.php.net/go-pear.
Most PEAR's contributed libraries try to include files directly from the root, example:
require_once 'PEAR/library.php';
Go pear provides a way to swich on/off the default include_path to work easily with them.
