Source for file peclcmd.php
Documentation is available at peclcmd.php
* PEAR, the PHP Extension and Application Repository
* @author Stig Bakken <ssb@php.net>
* @author Tomas V.V.Cox <cox@idecnet.com>
* @copyright 1997-2009 The Authors
* @license http://opensource.org/licenses/bsd-license.php New BSD License
* @version CVS: $Id: peclcmd.php 313023 2011-07-06 19:17:11Z dufuz $
* @link http://pear.php.net/package/PEAR
if ('@include_path@' != '@'. 'include_path'. '@') {
ini_set('include_path', '@include_path@');
// this is a raw, uninstalled pear, either a cvs checkout, or php distro
define('PEAR_RUNTYPE', 'pecl');
require_once 'pearcmd.php';
Documentation generated on Wed, 06 Jul 2011 23:31:06 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|