rpmreader 0.2

RPM file meta information reader


rpmreader is an extension that provides the ability to
read RedHat Package Manager (RPM) files' header information. This
extension currently does not provide the functionality to read the
signature or archive sections of the RPM file.

License: PHP 3.0

This package is not maintained, if you would like to take over please go to this page.

Changes

- Updated error messages in rpm_open and rpm_get_tag.
- Fixed the _php_rpm_validity internal function which was returning
1 (true) on every call due to a missing return.