<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>File</name>
  <summary>Common file and directory routines</summary>
  <description>Provides easy access to read/write to files along with
some common routines to deal with paths. Also provides
interface for handling CSV files.</description>
  <maintainers>
    <maintainer>
      <user>richard</user>
      <name>Richard Heyes</name>
      <email>richard@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>tal</user>
      <name>Tal Peer</name>
      <email>tal@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>cox</user>
      <name>Tomas V.V. Cox</name>
      <email>cox@idecnet.com</email>
      <role>developer</role>
    </maintainer>
    <maintainer>
      <user>mike</user>
      <name>Michael Wallner</name>
      <email>mike@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.1.0RC1</version>
    <date>2004-12-17</date>
    <license>PHP</license>
    <state>beta</state>
    <notes>* Fixed Bug #2810 (Can not call readAll two times)
* Fixed file locking
- Code cleanup (vastly)
+ Implemented Request #1542 (File::relativePath(), File::realPath())</notes>
    <deps>
      <dep type="php" rel="ge" version="4.0.0" optional="no"/>
      <dep type="php" rel="ge" version="4.3.0" optional="yes"/>
      <dep type="ext" rel="has" optional="no">pcre</dep>
      <dep type="pkg" rel="has" optional="no">PEAR</dep>
    </deps>
    <filelist>
      <file role="php" md5sum="97d36364147ebe221ead1e6d409c4140" name="File.php"/>
      <file role="php" md5sum="3ef68da7e91c037aa5ecc1ae948ae096" name="File\CSV.php"/>
      <file role="test" md5sum="df6b5898ff597b7c96511b821cd8145c" name="tests\parser.php"/>
      <file role="test" md5sum="cbecf1c21e14ad72f69b472c240099c8" name="tests\test.csv"/>
      <file role="test" md5sum="9a474bcc00b1b4163bbd20416ac64c5e" name="tests\FileTest.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.0.3</version>
      <date>2003-01-28</date>
      <license>PHP</license>
      <state>stable</state>
      <notes>Fixed handling of paths containing '..' and '~' in File::isAbsolute().
  
</notes>
    </release>
    <release>
      <version>1.0.2</version>
      <date>2002-05-26</date>
      <license>PHP</license>
      <state>stable</state>
      <notes>Revert to mode specification instead of using _checkAppend() function
</notes>
    </release>
    <release>
      <version>1.0.1</version>
      <date>2002-05-03</date>
      <license>PHP</license>
      <state>stable</state>
      <notes>Bugfix in _checkAppend() usage
</notes>
    </release>
    <release>
      <version>1.0.0</version>
      <date>2002-05-02</date>
      <license>PHP</license>
      <state>stable</state>
      <notes>Stable release
</notes>
    </release>
    <release>
      <version>0.9.2</version>
      <date>2002-04-24</date>
      <license>PHP</license>
      <state>beta</state>
      <notes>Fixed bug apparent when using fopen wrappers
</notes>
    </release>
    <release>
      <version>0.9.1</version>
      <date>2002-04-09</date>
      <license>PHP</license>
      <state>beta</state>
      <notes>Initial release
</notes>
    </release>
  </changelog>
</package>
