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
Version | Release | Download |
0.6.0 | 2021-06-18 | rpminfo-0.6.0.tgz |
0.5.1 | 2020-09-23 | rpminfo-0.5.1.tgz |
0.5.0 | 2020-04-07 | rpminfo-0.5.0.tgz |
0.4.2 | 2020-03-25 | rpminfo-0.4.2.tgz |
0.4.1 | 2020-03-18 | rpminfo-0.4.1.tgz |
Version | Message |
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 |
0.5.1 |
- split tests for PHP 7/8 - improve librpm example |
0.5.0 | - add rpmaddtag() function |
0.4.2 |
- improve reflection with better parameter names - speed optimization: open DB only once per request |
0.4.1 |
- fix build with RPM 4.12 (Fedora 21-22 only) - add type hinting in reflection - return NULL instead of FALSE on failure |