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 |
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 |
0.4.0 |
- improve search logic, use index when exists and no search mode - add 'full' parameter to rpmdbsearch - allow 'rpmdbinfo' to search on NEVR (instead of name only) - first "stable" release |
0.3.1 |
- allow search by Pkgid, Hdrid, Installtid with specific input - fix search with various other tags (Version, ...) |
0.3.0 |
- add rpmdbsearch function to search packages using name, installed files, requires, provides... |
0.2.3 | - fix gh#2 free allocated iterators to avoid "DB2053 Freeing read locks..." messages |
0.2.2 | - Fix gh#1 rpmvercmp() incorrect comparison result |
0.2.1 |
- add summary in minimal information set - retrieve array from metadata - add RPMSENSE_* macros |
0.2.0 |
- new function: array rpmdbinfo(string name [, bool full]); |
0.1.2 |
- first pecl release - rpminfo(): add option to retrieve error message instead of raising a warning |