From 4d61cf07c34ab3b7b74f5ac66c636cd6f1d223d1 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Thu, 17 May 2018 20:15:28 +0100 Subject: [PATCH] Fix typo in UPGRADING --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 9f09c78..f60cfe3 100644 --- a/UPGRADING +++ b/UPGRADING @@ -3,7 +3,7 @@ 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 +- gnupg_decryptverify $plaintext reference can no longer be 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.