mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-12 11:19:35 +00:00
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:
parent
5081dab5fc
commit
9ccd9aadfa
3 changed files with 111 additions and 105 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue