Source for file buildPackage.php
Documentation is available at buildPackage.php
require_once 'PEAR/PackageFileManager.php';
$fm = new PEAR_PackageFileManager ();
'packagefile' => 'package.xml',
'notes' => 'Development snapshot, not for production use.',
'filelistgenerator' => 'file',
'baseinstalldir' => 'HTTP',
'package' => 'HTTP_Session2',
'summary' => 'PHP5 Session Handler',
'description' => 'PHP5 Object-oriented interface to the session_* family functions it
provides extra features such as database storage for session data using DB
package. Supported containers are Creole, PEAR::DB and PEAR::MDB. It introduces
new methods like isNew(), useCookies(), setExpire(), setIdle(), isExpired(),
'doctype' => 'http://pear.php.net/dtd/package-1.0',
'packagedirectory' => 'c:/Program Files/Apache Group/Apache2/htdocs/Projects/pear/HTTP_Session2/',
'license' => 'PHP License',
'changelogoldtonew' => true ,
$e = $fm->setOptions ($options);
$fm->addMaintainer ('tbibbs', 'lead', 'Tony Bibbs', 'tony@geeklog.net');
$e = $fm->writePackageFile ();
Documentation generated on Mon, 11 Mar 2019 14:18:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|