rpminfo

RPM information


Retrieve RPM information using librpm, from local RPM file or from installed packages database.

Documentation: https://www.php.net/rpminfo

License: PHP-3.01

Latest releases

Version Release Download
1.1.0 2023-11-10 rpminfo-1.1.0.tgz
1.0.1 2023-10-13 rpminfo-1.0.1.tgz
1.0.0 2023-10-12 rpminfo-1.0.0.tgz
0.7.0 2023-09-26 rpminfo-0.7.0.tgz
0.6.0 2021-06-18 rpminfo-0.6.0.tgz
Show all releases

Changelog

Version Message
1.1.0 - check open_basedir restriction
- new function: rpmgetsymlink(string $path, string $name): ?string
1.0.1 - fix stack smashing on 32-bit
- allow retrieval of hardlink content
1.0.0 - implement rpm stream wrapper with librpm >= 4.13
0.7.0 - add optional operator to rpmcmpver for consistency with version_compare
- drop support for PHP 7
0.6.0 - generate arginfo from stub and add missing default values
- raise dependency on PHP 7.2
- raise exception on bad parameter value with PHP 8
Show complete changelog