<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>Config</name>
  <summary>Class for reading and writing Config-&quot;files&quot;</summary>
  <description>Class for reading and writing Config-&quot;files&quot;</description>
  <maintainers>
    <maintainer>
      <user>alexmerz</user>
      <name>Alexander Merz</name>
      <email>alexmerz@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>chregu</user>
      <name>Christian Stocker</name>
      <email>chregu@php.net</email>
      <role>developer</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.3.1</version>
    <date>2002-06-25</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>Documentation is in README.Config.
0.3.1
-  E_ALL fixes</notes>
    <filelist>
      <file role="php" md5sum="c8c1d579e0b2aeeb9a881acf3292ed23" name="Config.php"/>
      <file role="doc" md5sum="e3b4726188704601cc971f23e2f02fd1" name="README.Config"/>
      <file role="php" md5sum="e11c4925890138ab2c2216f8df00f85d" name="Config/Container.php"/>
      <file role="php" md5sum="848346e719bfa0a356dad715cffd606d" name="Config/Container/db.php"/>
      <file role="php" md5sum="d5d3a14176d9acf7bde478d4d29975b6" name="Config/Container/IniFile.php"/>
      <file role="php" md5sum="0e3bf7fea0e10a68c1c2f107321aa411" name="Config/Container/phpIniFile.php"/>
      <file role="php" md5sum="3856a1895eb164f2ba98a6b859ba5e8a" name="Config/Container/wddx.php"/>
      <file role="php" md5sum="066e30b5f796961c4897f8f981bd6292" name="Config/Container/xml.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.3</version>
      <notes>- some fixes
- add WDDX-Container for config data in WDDX-files
- add phpIniFile, does the same like IniFile but based on the PHP build-in function parse_ini_file()
		
</notes>
    </release>
    <release>
      <version>0.2.2</version>
      <notes>- Only the first char of -&gt;feature['cc'] is taken as a comment deliminator
- quoting supports both methods:
  [bla]
  foo = &quot;'bar'&quot;
  bar = '&quot;foo&quot;'
- Value parser only parser until first comment-char or the end of the string, therefore spaces surrounded by nonspaces don't have to be quoted.
		
</notes>
    </release>
    <release>
      <version>0.2.1</version>
      <notes>- Bug fixed, when $feature in ParseInput was not set 
- some e_warnings fixed
(thanks to Markus Fischer for the reports)		
		
</notes>
    </release>
  </changelog>
</package>
