PEAR::Config

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
Release date: 2007-03-27 01:07 UTC
Release state: stable
Changelog:
* Fix Bug #10010: numeric index lost when parsing subarrays
* Fix Bug #10185: problem with addslashs in container "PHPArray" / method "toString"
Dependencies:
- PHP Version: PHP 4.3.0 or newer
- PEAR Package: PEAR Installer 1.4.0b1 or newer
- PEAR Package: XML_Parser (optional)
- PEAR Package: XML_Util (optional)