augeas

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

Latest releases

Version Release Download
0.6.1 2010-02-12 augeas-0.6.1.tgz
0.6.0 2010-02-01 augeas-0.6.0.tgz
0.5.1 2010-01-29 augeas-0.5.1.tgz
0.5.0 2009-12-15 augeas-0.5.0.tgz
0.4.0 2009-12-01 augeas-0.4.0.tgz
Show all releases

Changelog

Version Message
0.6.1 - fixed Apache segfault on 64bit
0.6.0 - extension is now compatible with PHP 5.3 (removed static from ZEND_ARG_INFO)
- fixed some compiler warnings
0.5.1 - Added README file
0.5.0 - Augeas::match() now returns an associative array with nodes => values
0.4.0 - new method Augeas::mv()
- added test suite AllTests.php
Show complete changelog