]> git.pld-linux.org Git - packages/php-pecl-http.git/commitdiff
- updated to 0.5.0 auto/ac/php-pecl-http-0_5_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 20 Feb 2005 08:01:51 +0000 (08:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- extended description a bit
- license fix

Changed files:
    php-pecl-http.spec -> 1.2

php-pecl-http.spec

index 3db075ea4949bd2a6d25bc40c06e2063559f90cf..e05297d9588df6a7b930497a88244f4648b24be6 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       %{_modname} - extended HTTP support
 Summary(pl):   %{_modname} - rozszerzone wsparcie protoko³u HTTP
 Name:          php-pecl-%{_modname}
-Version:       0.4.0
+Version:       0.5.0
 Release:       1
-License:       PHP 2.02
+License:       PHP 3.0
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_fmodname}-%{version}.tgz
-# Source0-md5: 00946b14eca556ee5c223aaafbd38011
+# Source0-md5: 5f66c8c2ec72005b4e81e58ab594e489
 URL:           http://pecl.php.net/package/pecl_http/
 BuildRequires: libtool
 BuildRequires: php-devel >= 3:5.0.0
@@ -26,11 +26,16 @@ Currently implemented features:
 ===============================
 
 - Building absolute URIs
-- RCF compliant HTTP redirects
-- Caching by "Last-Modified" and/or ETag (with 'on the fly' option)
+- RFC compliant HTTP redirects
+- RFC compliant HTTP date handling
+- Parsing of HTTP headers and responses
+- Caching by "Last-Modified" and/or ETag (with 'on the fly' option for
+  ETag generation from buffered output)
 - Sending data/files/streams with (multiple) ranges support
 - Negotiating user preferred language/charset
 - Convenient request functions to HEAD/GET/POST if libcurl is available
+- HTTP auth hooks (Basic)
+- HTTPi, HTTPi_Response and HTTPi_Request (with libcurl) classes
 
 In PECL status of this extension is: %{_status}.
 
This page took 0.077469 seconds and 4 git commands to generate.