/opt/cpanel/ea-php74/root/usr/share/pear
NameSizeModeActions
Archive/-0755rm
Console/-0755rm
OS/-0755rm
PEAR/-0755rm
Structures/-0755rm
XML/-0755rm
PEAR.php365910644editdlrm
pearcmd.php150170644editdlrm
peclcmd.php11450644editdlrm
System.php206940644editdlrm
Edit: /opt/cpanel/ea-php74/root/usr/share/pear/peclcmd.php (1145B)
* @author Tomas V.V.Cox * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @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/cpanel/ea-php74/root/usr/share/pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/opt/cpanel/ea-php74/root/usr/share/pear '). PATH_SEPARATOR . get_include_path()); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro ini_set('include_path', __DIR__ . PATH_SEPARATOR . get_include_path()); $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 ?>