<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>Cache</name>
  <summary>Framework for caching of arbitrary data.</summary>
  <description>With the PEAR Cache you can cache the result of certain function
calls, as well as the output of a whole script run or share data
between applications.</description>
  <maintainers>
    <maintainer>
      <user>chregu</user>
      <name>Christian Stocker</name>
      <email>chregu@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>uw</user>
      <name>Ulf Wendel</name>
      <email>ulf.wendel@phpdoc.de</email>
      <role>developer</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.5.4</version>
    <date>2004-04-01</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>- Removed Cache_DB as it apparently never really worked.
- Added trifile container. See http://atomized.org/PEAR/Cache_trifile.html for more information. (By Ian Eure)</notes>
    <deps>
      <dep type="pkg" rel="has">HTTP_Request</dep>
    </deps>
    <filelist>
      <file role="php" baseinstalldir="/" name="Cache.php"/>
      <file role="php" baseinstalldir="Cache" name="Application.php"/>
      <file role="php" baseinstalldir="Cache" name="Container.php"/>
      <file role="php" baseinstalldir="Cache" name="Error.php"/>
      <file role="php" baseinstalldir="Cache" name="Function.php"/>
      <file role="php" baseinstalldir="Cache" name="Graphics.php"/>
      <file role="php" baseinstalldir="Cache" name="HTTP_Request.php"/>
      <file role="php" baseinstalldir="Cache" name="Output.php"/>
      <file role="php" baseinstalldir="Cache" name="OutputCompression.php"/>
      <file role="php" baseinstalldir="Cache" name="Container/db.php"/>
      <file role="php" baseinstalldir="Cache" name="Container/dbx.php"/>
      <file role="php" baseinstalldir="Cache" name="Container/mdb.php"/>
      <file role="data" baseinstalldir="Cache" name="Container/mdb_cache_schema.xml"/>
      <file role="php" baseinstalldir="Cache" name="Container/file.php"/>
      <file role="php" baseinstalldir="Cache" name="Container/msession.php"/>
      <file role="php" baseinstalldir="Cache" name="Container/phplib.php"/>
      <file role="php" baseinstalldir="Cache" name="Container/shm.php"/>
      <file role="php" baseinstalldir="Cache" name="Container/trifile.php"/>
    </filelist>
  </release>
</package>
