From c7ff51bf25ec1475695eb51edbd85fbd751f785c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Mar 2026 15:23:23 +0100 Subject: drop pear/pecl dependency sources from github --- REFLECTION | 66 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 40f8e85..0bd9286 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,38 +1,38 @@ -Extension [ extension #103 OAuth version 2.0.10 ] { +Extension [ extension #105 OAuth version 2.0.10 ] { - Constants [32] { - Constant [ string OAUTH_SIG_METHOD_HMACSHA1 ] { HMAC-SHA1 } - Constant [ string OAUTH_SIG_METHOD_HMACSHA256 ] { HMAC-SHA256 } - Constant [ string OAUTH_SIG_METHOD_RSASHA1 ] { RSA-SHA1 } - Constant [ string OAUTH_SIG_METHOD_PLAINTEXT ] { PLAINTEXT } - Constant [ int OAUTH_AUTH_TYPE_AUTHORIZATION ] { 3 } - Constant [ int OAUTH_AUTH_TYPE_URI ] { 1 } - Constant [ int OAUTH_AUTH_TYPE_FORM ] { 2 } - Constant [ int OAUTH_AUTH_TYPE_NONE ] { 4 } - Constant [ string OAUTH_HTTP_METHOD_GET ] { GET } - Constant [ string OAUTH_HTTP_METHOD_POST ] { POST } - Constant [ string OAUTH_HTTP_METHOD_PUT ] { PUT } - Constant [ string OAUTH_HTTP_METHOD_HEAD ] { HEAD } - Constant [ string OAUTH_HTTP_METHOD_DELETE ] { DELETE } - Constant [ int OAUTH_REQENGINE_STREAMS ] { 1 } - Constant [ int OAUTH_REQENGINE_CURL ] { 2 } - Constant [ int OAUTH_SSLCHECK_NONE ] { 0 } - Constant [ int OAUTH_SSLCHECK_HOST ] { 1 } - Constant [ int OAUTH_SSLCHECK_PEER ] { 2 } - Constant [ int OAUTH_SSLCHECK_BOTH ] { 3 } - Constant [ int OAUTH_OK ] { 0 } - Constant [ int OAUTH_BAD_NONCE ] { 4 } - Constant [ int OAUTH_BAD_TIMESTAMP ] { 8 } - Constant [ int OAUTH_CONSUMER_KEY_UNKNOWN ] { 16 } - Constant [ int OAUTH_CONSUMER_KEY_REFUSED ] { 32 } - Constant [ int OAUTH_INVALID_SIGNATURE ] { 64 } - Constant [ int OAUTH_TOKEN_USED ] { 128 } - Constant [ int OAUTH_TOKEN_EXPIRED ] { 256 } - Constant [ int OAUTH_TOKEN_REVOKED ] { 512 } - Constant [ int OAUTH_TOKEN_REJECTED ] { 1024 } - Constant [ int OAUTH_VERIFIER_INVALID ] { 2048 } - Constant [ int OAUTH_PARAMETER_ABSENT ] { 4096 } - Constant [ int OAUTH_SIGNATURE_METHOD_REJECTED ] { 8192 } + Constant [ string OAUTH_SIG_METHOD_HMACSHA1 ] { HMAC-SHA1 } + Constant [ string OAUTH_SIG_METHOD_HMACSHA256 ] { HMAC-SHA256 } + Constant [ string OAUTH_SIG_METHOD_RSASHA1 ] { RSA-SHA1 } + Constant [ string OAUTH_SIG_METHOD_PLAINTEXT ] { PLAINTEXT } + Constant [ int OAUTH_AUTH_TYPE_AUTHORIZATION ] { 3 } + Constant [ int OAUTH_AUTH_TYPE_URI ] { 1 } + Constant [ int OAUTH_AUTH_TYPE_FORM ] { 2 } + Constant [ int OAUTH_AUTH_TYPE_NONE ] { 4 } + Constant [ string OAUTH_HTTP_METHOD_GET ] { GET } + Constant [ string OAUTH_HTTP_METHOD_POST ] { POST } + Constant [ string OAUTH_HTTP_METHOD_PUT ] { PUT } + Constant [ string OAUTH_HTTP_METHOD_HEAD ] { HEAD } + Constant [ string OAUTH_HTTP_METHOD_DELETE ] { DELETE } + Constant [ int OAUTH_REQENGINE_STREAMS ] { 1 } + Constant [ int OAUTH_REQENGINE_CURL ] { 2 } + Constant [ int OAUTH_SSLCHECK_NONE ] { 0 } + Constant [ int OAUTH_SSLCHECK_HOST ] { 1 } + Constant [ int OAUTH_SSLCHECK_PEER ] { 2 } + Constant [ int OAUTH_SSLCHECK_BOTH ] { 3 } + Constant [ int OAUTH_OK ] { 0 } + Constant [ int OAUTH_BAD_NONCE ] { 4 } + Constant [ int OAUTH_BAD_TIMESTAMP ] { 8 } + Constant [ int OAUTH_CONSUMER_KEY_UNKNOWN ] { 16 } + Constant [ int OAUTH_CONSUMER_KEY_REFUSED ] { 32 } + Constant [ int OAUTH_INVALID_SIGNATURE ] { 64 } + Constant [ int OAUTH_TOKEN_USED ] { 128 } + Constant [ int OAUTH_TOKEN_EXPIRED ] { 256 } + Constant [ int OAUTH_TOKEN_REVOKED ] { 512 } + Constant [ int OAUTH_TOKEN_REJECTED ] { 1024 } + Constant [ int OAUTH_VERIFIER_INVALID ] { 2048 } + Constant [ int OAUTH_PARAMETER_ABSENT ] { 4096 } + Constant [ int OAUTH_SIGNATURE_METHOD_REJECTED ] { 8192 } } - Functions { -- cgit