ApacheAccessor 0.1.1

simple API to Apache runtime configuration


ApacheAccessor lets you retrieve Apache configuration (at runtime of current proccess) as PHP array or dump it as HTML table.

License: PHP 3.01

Changes

apacheaccessor_dump_conf() now accepts third optional parameter, which represents the keys (and sections) we want to dump.
the configuration walk function was moved to different file.