PEAR
[ class tree: PEAR ] [ index: PEAR ] [ all elements ]

Source for file peclcmd.php

Documentation is available at peclcmd.php

  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // | PHP Version 5                                                        |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 1997-2004 The PHP Group                                |
  7. // +----------------------------------------------------------------------+
  8. // | This source file is subject to version 3.0 of the PHP license,       |
  9. // | that is bundled with this package in the file LICENSE, and is        |
  10. // | available through the world-wide-web at the following url:           |
  11. // | http://www.php.net/license/3_0.txt.                                  |
  12. // | If you did not receive a copy of the PHP license and are unable to   |
  13. // | obtain it through the world-wide-web, please send a note to          |
  14. // | license@php.net so we can mail you a copy immediately.               |
  15. // +----------------------------------------------------------------------+
  16. // | Authors: Stig Bakken <ssb@php.net>                                   |
  17. // |          Tomas V.V.Cox <cox@idecnet.com>                             |
  18. // |                                                                      |
  19. // +----------------------------------------------------------------------+
  20. //
  21. // $Id: peclcmd.php,v 1.1 2005/02/21 05:30:56 cellog Exp $
  22.  
  23. /**
  24.  * @nodep Gtk
  25.  */
  26. if ('@include_path@' != '@'.'include_path'.'@'{
  27.     ini_set('include_path''@include_path@');
  28.     $raw = false;
  29. else {
  30.     // this is a raw, uninstalled pear, either a cvs checkout, or php distro
  31.     $raw = true;
  32. }
  33. define('PEAR_RUNTYPE''pecl');
  34. require_once 'pearcmd.php';
  35. /*
  36.  * Local variables:
  37.  * tab-width: 4
  38.  * c-basic-offset: 4
  39.  * indent-tabs-mode: nil
  40.  * mode: php
  41.  * End:
  42.  */
  43. // vim600:syn=php
  44.  
  45. ?>

Documentation generated on Mon, 11 Mar 2019 15:21:50 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.