From 7114203ef3846709f24d74d037b7832feb07edec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Apr 2025 15:23:05 +0200 Subject: update to 1.5.2 re-license spec file to CECILL-2.1 open https://github.com/php-gnupg/php-gnupg/pull/52 file missing in archive open https://github.com/php-gnupg/php-gnupg/pull/53 fix tests with PHP 5 --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e260b2d..515a08e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 gnupg version 1.5.1 ] { +Extension [ extension #82 gnupg version 1.5.2 ] { - Constants [36] { Constant [ int GNUPG_SIG_MODE_NORMAL ] { 0 } @@ -36,7 +36,7 @@ Extension [ extension #124 gnupg version 1.5.1 ] { Constant [ int GNUPG_PK_ECDSA ] { 301 } Constant [ int GNUPG_PK_ECDH ] { 302 } Constant [ int GNUPG_PK_EDDSA ] { 303 } - Constant [ string GNUPG_GPGME_VERSION ] { 1.17.0 } + Constant [ string GNUPG_GPGME_VERSION ] { 1.23.2 } } - Functions { @@ -197,7 +197,7 @@ Extension [ extension #124 gnupg version 1.5.1 ] { - Parameters [3] { Parameter #0 [ $res ] Parameter #1 [ $kye ] - Parameter #2 [ $allow_secret ] + Parameter #2 [ $allow_secret = ] } } Function [ function gnupg_gettrustlist ] { @@ -431,7 +431,7 @@ Extension [ extension #124 gnupg version 1.5.1 ] { - Parameters [2] { Parameter #0 [ $kye ] - Parameter #1 [ $allow_secret ] + Parameter #1 [ $allow_secret = ] } } -- cgit