<?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>
    <maintainer>
      <user>dufuz</user>
      <name>Helgi Žormar</name>
      <email>dufuz@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.5.5RC2</version>
    <date>2005-05-18</date>
    <license>PHP License</license>
    <state>beta</state>
    <notes>- package.xml was giving errors when installed because of new line at the end.</notes>
    <deps>
      <dep type="pkg" rel="ge" version="1.3.5" optional="no">PEAR</dep>
      <dep type="pkg" rel="has" optional="yes">HTTP_Request</dep>
    </deps>
    <filelist>
      <file role="php" baseinstalldir="/" md5sum="08bc401a9b008e1d02d1bfe6fa0b4a8e" name="Cache.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="2d5560155606434f20e3424e715cd0f9" name="Application.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="77249a27211299f25ad99891358670cf" name="Container.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="29a63ef9da45c18602d063b6e147832c" name="Error.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="b64eea1c2187d35741903859083d7e56" name="Function.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="360a4ac8722c9453adcaddd2e31bb955" name="Graphics.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="af7772608344a8312d9cb73f0a2282a2" name="HTTP_Request.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="9b32005c1d957b8a452524df19d65168" name="Output.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="ee1f532979bf040f4ad74c6269642c0b" name="OutputCompression.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="535a8db7f8619bfd92354b0c2f2e0dd1" name="Container/db.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="c19f90049f40fc5f480022072ce612a2" name="Container/dbx.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="0fc2dd9e4e4e0df62e78ec009f05f1c9" name="Container/mdb.php"/>
      <file role="data" baseinstalldir="Cache" md5sum="f769958f25c4b7d56835c7366392dad4" name="Container/mdb_cache_schema.xml"/>
      <file role="php" baseinstalldir="Cache" md5sum="128f0caadaa11bac417e79940c703b89" name="Container/file.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="5d5c73decd3e26d5c1d84c96c6696dbd" name="Container/msession.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="1e39bc2c0f4d86f3d7a396a1ecf3f3ef" name="Container/phplib.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="8d1e112c97eb671ec00b83323d7dc248" name="Container/shm.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="cc08e165dba6aa123183c280df0d60b7" name="Container/trifile.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.5.5RC1</version>
      <date>2005-04-29</date>
      <state>beta</state>
      <notes>- Bug #1999 typo fix by Ian Eure, prevented the saving of $userdata in Trifile container
- PHP Bug #25134 / PEAR bug #2955, typo fix by Greg in msession container, disallowed id_length
- Bug #2749, flush() done 2x in a row gave error about none existing directory.
- ETag made RFC compailant in OutputCompression (by mike)
- Bug #3515 typo fix in file container, spotted by Girish dot Nair1 at cognizant dot com
- CS fixes
   
</notes>
    </release>
    <release>
      <version>1.5.4</version>
      <date>2004-04-01</date>
      <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>
    </release>
  </changelog>
</package>
