diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-26 15:33:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-26 15:33:36 +0100 |
commit | d71444cf5d73a44466864772613b4ca6cddb70a6 (patch) | |
tree | 543a2d6c61d4547f0fcde8e77bfc2e63041135e0 /REFLECTION | |
parent | d5839ace772264216bd8f3daa4856a49a47bf238 (diff) |
php-pecl-druid: 0.6.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,4 +1,9 @@ -Extension [ <persistent> extension #78 Druid version 0.3.0 ] { +Extension [ <persistent> extension #78 Druid version 0.6.0 ] { + + - Dependencies { + Dependency [ curl (Required) ] + Dependency [ json (Required) ] + } - INI { Entry [ druid.host <SYSTEM> ] @@ -16,6 +21,15 @@ Extension [ <persistent> extension #78 Druid version 0.3.0 ] { Entry [ druid.debug <ALL> ] Current = '0' } + Entry [ druid.curl_dns_cache_timeout <ALL> ] + Current = '1' + } + Entry [ druid.curl_connect_timeout <ALL> ] + Current = '3' + } + Entry [ druid.curl_timeout <ALL> ] + Current = '5' + } } - Classes [1] { @@ -34,7 +48,8 @@ Extension [ <persistent> extension #78 Druid version 0.3.0 ] { } } - - Properties [6] { + - Properties [7] { + Property [ <default> protected $tpl_path ] Property [ <default> protected $response_debug_info ] Property [ <default> protected $response_code ] Property [ <default> protected $_curl_error_no ] |