See http://drupal.org/project/pear.

I'd like to know what are the differences and if some collaboration would be possible to merge your efforts?

Comments

cristhian’s picture

Well maybe this module is a little less complex in installation than pear module but first of all it seems like is abandoned since 2008, the installer no longer works and go-pear helps to avoid include errors, example: Geo_IP Library, used in GeoUser module, line 36:

  require_once 'PEAR/Exception.php';

Assumes that the current include path is the parent of PEAR. All the libraries do. With go_pear_include_path you won't hack pear's packages anymore.

go_pear_include helps including other packages you downloaded to yout PEAR's installation.

Any collaborations are welcome. How would you like to participate?

cristhian’s picture

Status: Active » Closed (won't fix)