/opt/alt/php52/usr/share/pear/PEAR/Installer/Role
NameSizeModeActions
Cfg.php39900644editdlrm
Cfg.xml4210644editdlrm
Common.php62520644editdlrm
Data.php8060644editdlrm
Data.xml4020644editdlrm
Doc.php8040644editdlrm
Doc.xml4010644editdlrm
Ext.php8040644editdlrm
Ext.xml3220644editdlrm
Php.php8040644editdlrm
Php.xml4290644editdlrm
Script.php8100644editdlrm
Script.xml4320644editdlrm
Src.php9050644editdlrm
Src.xml2900644editdlrm
Test.php8060644editdlrm
Test.xml4020644editdlrm
Www.php8000644editdlrm
Www.xml4200644editdlrm
Edit: /opt/alt/php52/usr/share/pear/PEAR/Installer/Role/Src.php (905B)
* @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @version CVS: $Id$ * @link http://pear.php.net/package/PEAR * @since File available since Release 1.4.0a1 */ /** * @category pear * @package PEAR * @author Greg Beaver * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @version Release: 1.9.5 * @link http://pear.php.net/package/PEAR * @since Class available since Release 1.4.0a1 */ class PEAR_Installer_Role_Src extends PEAR_Installer_Role_Common { function setup(&$installer, $pkg, $atts, $file) { $installer->source_files++; } } ?>