<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/config">Config</p>
 <c>pear.php.net</c>
 <v>1.10.7</v>
 <st>stable</st>
 <l>PHP License</l>
 <m>aashley</m>
 <s>Your configurations swiss-army knife.</s>
 <d>The Config package provides methods for configuration manipulation.
* Creates configurations from scratch
* Parses and outputs different formats (XML, PHP, INI, Apache...)
* Edits existing configurations
* Converts configurations to other formats
* Allows manipulation of sections, comments, directives...
* Parses configurations into a tree structure
* Provides XPath like access to directives
 
</d>
 <da>2006-08-10 22:24:50</da>
 <n>Changelog:
 * Fixed Bug #7544: Empty attributes in IniCommented are being discarded (Luis Correa d'Almeida)
 * Fixed Bug #7652: wrong xml to phparray convert. Caused by counting position
   of directives and sections seperately. While when converting to some containers
   we want to count them together.
 * Add tests to confirm behaviour of Bug #8357. Do not believe it is fixable without removing
   features.</n>
 <f>26250</f>
 <g>http://pear.php.net/get/Config-1.10.7</g>
 <x xlink:href="package.1.10.7.xml"/>
</r>