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 PR: ports/56362 Submitted by: Alex Miller <asm@asm.kiev.ua>
16 lines
614 B
Text
16 lines
614 B
Text
%%PEARDIR%%/Config.php
|
|
%%PEARDIR%%/Config/Container.php
|
|
%%PEARDIR%%/Config/Container/Apache.php
|
|
%%PEARDIR%%/Config/Container/GenericConf.php
|
|
%%PEARDIR%%/Config/Container/IniCommented.php
|
|
%%PEARDIR%%/Config/Container/IniFile.php
|
|
%%PEARDIR%%/Config/Container/PHPArray.php
|
|
%%PEARDIR%%/Config/Container/XML.php
|
|
%%PKGREGDIR%%/package.xml
|
|
%%PORTDOCS%%%%PEARDIR%%/docs/Config/Apache.php
|
|
%%PORTDOCS%%%%PEARDIR%%/docs/Config/IniCommented.php
|
|
%%PORTDOCS%%%%PEARDIR%%/docs/Config/IniFromScratch.php
|
|
@dirrm %%PEARDIR%%/Config/Container
|
|
@dirrm %%PEARDIR%%/Config
|
|
@dirrm %%PKGREGDIR%%
|
|
%%PORTDOCS%%@dirrm %%PEARDIR%%/docs/Config
|