Convert all functions to use objects and drop a resource

This is a breaking changes but impact should be quite small - only users
that use is_resource will need to update code.
This commit is contained in:
Jakub Zelenka 2026-01-07 19:44:13 +01:00
parent 5081dab5fc
commit c6302dfdfb
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
3 changed files with 111 additions and 105 deletions

View file

@ -2,8 +2,9 @@
This document lists backward incompatible change in the extension
## 1.6.0
## 2.0.0
- minimal PHP version bumped to 7.2
- gnupg resource has been removed and the object is used instead in all functions
## 1.5.0
- no backward incompatible changes