home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / bug-772441.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  1.3 KB  |  39 lines

  1. <?php
  2. class bug_772441 {
  3.     
  4.     /**
  5.      * @access private
  6.      * @var string
  7.      */
  8.     var $_options = array(
  9.                       'packagefile' => 'package.xml',
  10.                       'doctype' => 'http://pear.php.net/dtd/package-1.0',
  11.                       'filelistgenerator' => 'file',
  12.                       'license' => 'PHP License',
  13.                       'roles' =>
  14.                         array(
  15.                             'php' => 'php',
  16.                             'html' => 'doc',
  17.                             '*' => 'data',
  18.                              ),
  19.                       'dir_roles' =>
  20.                         array(
  21.                             'docs' => 'doc',
  22.                             'examples' => 'doc',
  23.                             'tests' => 'tests',
  24.                              ),
  25.                       'exceptions' => array(),
  26.                       'installexceptions' => array(),
  27.                       'ignore' => array(),
  28.                       'deps' => false,
  29.                       'maintainers' => false,
  30.                       'notes' => '',
  31.                       'changelognotes' => false,
  32.                       'outputdirectory' => false,
  33.                       'pathtopackagefile' => false,
  34.                       'lang' => 'en',
  35.                       'configure_options' => array(),
  36.                       );
  37. }
  38. ?>
  39.