summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-16 08:21:45 +0100
committerRemi Collet <remi@remirepo.net>2020-03-16 08:21:45 +0100
commit422b2ff6f1437043483cf3f304ddf47e9f15a70e (patch)
tree322a5b5b29e37a158b5523cbc44a01ca4a8a7b4e /REFLECTION
parent989e32ff2ae1c3725519ab5d6118d0cc6eda9a11 (diff)
update to 2.1.0
fix build with msgpack using patch from https://github.com/laruence/yar/pull/151 add missing file from upstream git repo and open https://github.com/laruence/yar/pull/152
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION14
1 files changed, 6 insertions, 8 deletions
diff --git a/REFLECTION b/REFLECTION
index 8c09572..5fbf954 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,8 +1,8 @@
-Extension [ <persistent> extension #108 yar version 2.0.7 ] {
+Extension [ <persistent> extension #112 yar version 2.1.0 ] {
- Dependencies {
- Dependency [ json (Required) ]
- Dependency [ msgpack (Required) ]
+ Dependency [ json (Optional) ]
+ Dependency [ msgpack (Optional) ]
}
- INI {
@@ -27,18 +27,16 @@ Extension [ <persistent> extension #108 yar version 2.0.7 ] {
Entry [ yar.content_type <ALL> ]
Current = 'application/octet-stream'
}
- Entry [ yar.allow_persistent <ALL> ]
- Current = '0'
- }
}
- - Constants [19] {
- Constant [ string YAR_VERSION ] { 2.0.7 }
+ - Constants [20] {
+ Constant [ string YAR_VERSION ] { 2.1.0 }
Constant [ int YAR_OPT_PACKAGER ] { 1 }
Constant [ int YAR_OPT_PERSISTENT ] { 2 }
Constant [ int YAR_OPT_TIMEOUT ] { 4 }
Constant [ int YAR_OPT_CONNECT_TIMEOUT ] { 8 }
Constant [ int YAR_OPT_HEADER ] { 16 }
+ Constant [ int YAR_OPT_RESOLVE ] { 32 }
Constant [ int YAR_CLIENT_PROTOCOL_HTTP ] { 1 }
Constant [ int YAR_CLIENT_PROTOCOL_TCP ] { 2 }
Constant [ int YAR_CLIENT_PROTOCOL_UNIX ] { 4 }