augeas 0.5.0

PHP bindings to the Augeas API


Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This extension provides PHP bindings to it's API.

License: PHP License

Changes

- Augeas::match() now returns an associative array with nodes => values