From bd0d966aa6611056c1b20a86b8e5a9f6ab3fadd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 Jan 2022 08:54:19 +0100 Subject: refresh reflection with 8.0 --- PHPINFO | 2 +- REFLECTION | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6d6d477..fedcd7e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ gnupg gnupg support => enabled -GPGme Version => 1.14.0 +GPGme Version => 1.15.1 Extension Version => 1.5.0 diff --git a/REFLECTION b/REFLECTION index 8852f4b..4f97f10 100644 --- a/REFLECTION +++ b/REFLECTION @@ -36,14 +36,14 @@ Extension [ extension #119 gnupg version 1.5.0 ] { Constant [ int GNUPG_PK_ECDSA ] { 301 } Constant [ int GNUPG_PK_ECDH ] { 302 } Constant [ int GNUPG_PK_EDDSA ] { 303 } - Constant [ string GNUPG_GPGME_VERSION ] { 1.14.0 } + Constant [ string GNUPG_GPGME_VERSION ] { 1.15.1 } } - Functions { Function [ function gnupg_init ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $options = ] } } Function [ function gnupg_keyinfo ] { @@ -51,7 +51,7 @@ Extension [ extension #119 gnupg version 1.5.0 ] { - Parameters [3] { Parameter #0 [ $res ] Parameter #1 [ $pattern ] - Parameter #2 [ $secret_only ] + Parameter #2 [ $secret_only = ] } } Function [ function gnupg_sign ] { @@ -67,7 +67,7 @@ Extension [ extension #119 gnupg version 1.5.0 ] { Parameter #0 [ $res ] Parameter #1 [ $text ] Parameter #2 [ $signature ] - Parameter #3 [ &$plaintext ] + Parameter #3 [ &$plaintext = ] } } Function [ function gnupg_clearsignkeys ] { @@ -277,7 +277,7 @@ Extension [ extension #119 gnupg version 1.5.0 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $options = ] } } @@ -285,7 +285,7 @@ Extension [ extension #119 gnupg version 1.5.0 ] { - Parameters [2] { Parameter #0 [ $pattern ] - Parameter #1 [ $secret_only ] + Parameter #1 [ $secret_only = ] } } @@ -294,7 +294,7 @@ Extension [ extension #119 gnupg version 1.5.0 ] { - Parameters [3] { Parameter #0 [ $text ] Parameter #1 [ $signature ] - Parameter #2 [ &$plaintext ] + Parameter #2 [ &$plaintext = ] } } -- cgit