rpmreader

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.

Latest releases

Version Release Download
0.4 2011-02-11 rpmreader-0.4.tgz
0.3 2005-11-01 rpmreader-0.3.tgz
0.2 2005-10-10 rpmreader-0.2.tgz
Show all releases

Changelog

Version Message
0.4 - Removed the maximum PHP version
0.3 - Added thread safety code to fix rpmreader not compiling with ZTS
enabled (Bug #5842) (patch provided by adamg at pld-linux dot org).
- Modified minimum PHP requirement in package2.xml to be 4.4.1 instead of
5.0 since rpmreader has been reported to compile as far back as 4.4.1
(Bug #5843)
- Updated internal version string to 0.3beta
- Added the rpm_version function to the extension which will return
the version of rpmreader currently installed
0.2 - 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.
Show complete changelog