mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-15 12:29: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
3
NEWS.md
3
NEWS.md
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
List of all features for the release
|
||||
|
||||
## 1.6.0
|
||||
## 2.0.0
|
||||
- Convert all functions to use objects and drop resource
|
||||
- Removed compatibility with PHP 7.1 and older.
|
||||
|
||||
## 1.5.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue