mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
Add UPGRADING file
This commit is contained in:
parent
7124bb1b4d
commit
1035e8a557
1 changed files with 9 additions and 0 deletions
9
UPGRADING
Normal file
9
UPGRADING
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
PHP GNUPG UPGRADING NOTES
|
||||||
|
|
||||||
|
This document lists backward incompatible change in the extension
|
||||||
|
|
||||||
|
1.4.0
|
||||||
|
- gnupg_decryptverify $plaintext reference cannot be longer passed in
|
||||||
|
call_user_func_array which is conformant to user space code.
|
||||||
|
See https://github.com/php-gnupg/php-gnupg/issues/4 for more details.
|
||||||
|
|
Loading…
Reference in a new issue