1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0"-->
<package version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/package-1.0 http://pear.php.net/dtd/package-1.0.xsd">
<name>PEAR</name>
<summary>PEAR Base System</summary>
<description>The PEAR package contains:
* the PEAR installer, for creating, distributing
and installing packages
* the alpha-quality PEAR_Exception PHP5 error handling mechanism
* the beta-quality PEAR_ErrorStack advanced error handling mechanism
* the PEAR_Error error handling mechanism
* the OS_Guess class for retrieving info about the OS
where PHP is running on
* the System class for quick handling of common operations
with files and directories
* the PEAR base class
</description>
<maintainers>
<maintainer>
<user>ssb</user>
<role>lead</role>
<name>Stig Bakken</name>
<email>stig@php.net</email>
</maintainer>
</maintainers>
<release>
<version>1.4.0a1</version>
<date>2004-10-21</date>
<license>PHP License</license>
<state>alpha</state>
<notes>
(dummy notes)
</notes>
<filelist>
<dir name="/">
<file name="not-a-file.php" role="php"/>
</dir>
</filelist>
</release>
<changelog/>
</package>
|