3  * PEAR, the PHP Extension and Application Repository
 
   5  * Command line interface
 
  11  * @author     Stig Bakken <ssb@php.net>
 
  12  * @author     Tomas V.V.Cox <cox@idecnet.com>
 
  13  * @copyright  1997-2009 The Authors
 
  14  * @license    http://opensource.org/licenses/bsd-license.php New BSD License
 
  15  * @link       http://pear.php.net/package/PEAR
 
  21 //the space is needed for windows include paths with trailing backslash
 
  22 // http://pear.php.net/bugs/bug.php?id=19482
 
  23 if ('@include_path@ ' != '@'.'include_path'.'@ ') {
 
  24     ini_set('include_path', trim('@include_path@ '). PATH_SEPARATOR .  get_include_path());
 
  27     // this is a raw, uninstalled pear, either a cvs checkout, or php distro
 
  30 define('PEAR_RUNTYPE', 'pecl');
 
  31 require_once 'pearcmd.php';
 
  36  * indent-tabs-mode: nil