diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-21 15:23:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-21 15:23:29 +0200 |
commit | c44642ff5eb3257a0fe7b1a17001ea5fc52393fd (patch) | |
tree | f1c495b6628e937166769f168457da1bf5173632 /REFLECTION | |
parent | bd0d966aa6611056c1b20a86b8e5a9f6ab3fadd4 (diff) |
build out of sources tree
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 gnupg version 1.5.0 ] { +Extension [ <persistent> extension #124 gnupg version 1.5.1 ] { - Constants [36] { Constant [ int GNUPG_SIG_MODE_NORMAL ] { 0 } @@ -36,7 +36,7 @@ Extension [ <persistent> 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.15.1 } + Constant [ string GNUPG_GPGME_VERSION ] { 1.17.0 } } - Functions { @@ -483,30 +483,35 @@ Extension [ <persistent> extension #119 gnupg version 1.5.0 ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ <internal:gnupg, prototype Iterator> public method key ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ <internal:gnupg, prototype Iterator> public method next ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:gnupg, prototype Iterator> public method rewind ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:gnupg, prototype Iterator> public method valid ] { - Parameters [0] { } + - Tentative return [ bool ] } } } |