Convert all functions to use objects and drop a resource (#64)

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:59:02 +01:00 committed by GitHub
parent 5081dab5fc
commit 9ccd9aadfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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