diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-25 10:32:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-25 10:32:38 +0200 |
commit | c6fc3750bdef45a30dbb9ab69ff992d5022b422d (patch) | |
tree | cd84b4b0ee6a76387f940a85d77f286fd8d59f64 /REFLECTION | |
parent | 5eb411f9a063f47b5b700d27b2ad4460e3e76b37 (diff) |
php-pecl-http: 2.1.2 (stable)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #168 http version 2.1.1 ] { +Extension [ <persistent> extension #167 http version 2.1.2 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -15,7 +15,7 @@ Extension [ <persistent> extension #168 http version 2.1.1 ] { } } - - Constants [25] { + - Constants [26] { Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 } Constant [ integer http\Client\Curl\HTTP_VERSION_ANY ] { 0 } @@ -40,6 +40,7 @@ Extension [ <persistent> extension #168 http version 2.1.1 ] { Constant [ integer http\Client\Curl\PROXY_HTTP_1_0 ] { 1 } Constant [ integer http\Client\Curl\POSTREDIR_301 ] { 1 } Constant [ integer http\Client\Curl\POSTREDIR_302 ] { 2 } + Constant [ integer http\Client\Curl\POSTREDIR_303 ] { 4 } Constant [ integer http\Client\Curl\POSTREDIR_ALL ] { 7 } } |