/opt/alt/php52/usr/share/pear
NameSizeModeActions
.channels/-0755rm
.pkgxml/-0755rm
.registry/-0755rm
Archive/-0755rm
Auth/-0755rm
Console/-0755rm
data/-0755rm
File/-0755rm
Mail/-0755rm
Net/-0755rm
OS/-0755rm
PEAR/-0755rm
Structures/-0755rm
test/-0755rm
XML/-0755rm
.depdb45000644editdlrm
.depdblock00644editdlrm
.filemap198110644editdlrm
.lock00644editdlrm
Mail.php98780644editdlrm
PEAR.php338520644editdlrm
PEAR5.php10870644editdlrm
pearcmd.php145370644editdlrm
peclcmd.php10340644editdlrm
System.php208330644editdlrm
Edit: /opt/alt/php52/usr/share/pear/peclcmd.php (1034B)
* @author Tomas V.V.Cox * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @version CVS: $Id$ * @link http://pear.php.net/package/PEAR */ /** * @nodep Gtk */ //the space is needed for windows include paths with trailing backslash // http://pear.php.net/bugs/bug.php?id=19482 if ('/opt/alt/php52/usr/share/pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/opt/alt/php52/usr/share/pear ')); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro $raw = true; } define('PEAR_RUNTYPE', 'pecl'); require_once 'pearcmd.php'; /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * indent-tabs-mode: nil * mode: php * End: */ // vim600:syn=php ?>