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 |
1.1.1 | 2024-09-03 | rpminfo-1.1.1.tgz |
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 |
Version | Message |
1.1.1 |
- display author and license in phpinfo - drop support for librpm < 4.13 |
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 |