diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 14 | 
1 files changed, 6 insertions, 8 deletions
@@ -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 }  | 
