php-gnupg/UPGRADING

10 lines
306 B
Text
Raw Permalink Normal View History

2016-07-21 19:06:33 +00:00
PHP GNUPG UPGRADING NOTES
This document lists backward incompatible change in the extension
1.4.0
2018-05-17 19:15:28 +00:00
- gnupg_decryptverify $plaintext reference can no longer be passed in
2016-07-21 19:06:33 +00:00
call_user_func_array which is conformant to user space code.
See https://github.com/php-gnupg/php-gnupg/issues/4 for more details.