- odd shell fixes
[m6w6/ext-http] / package.xml
index 48bf39ee01c7246f4c5a3aa34b101ab67bcb8a14..cc517ed3be319209629ca9dbc96edca6296c5391 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
-<package version="1.0" packagerversion="1.4.11">
+<package version="1.0" packagerversion="1.6.1">
  <name>pecl_http</name>
  <summary>Extended HTTP Support</summary>
  <description>This HTTP extension aims to provide a convenient and powerful 
@@ -23,16 +23,14 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.5.0RC2</version>
-  <date>2007-02-09</date>
+  <version>1.6.0b1</version>
+  <date>2007-09-05</date>
   <license>BSD, revised</license>
   <state>beta</state>
-  <notes>o Improved new persistent handles functionality
-  - Removed --enable-http-persistent-handles
-  + Added http.persistent.handles.limit system INI option which controls
-    the maximum amount of idle persistent handles kept around;
-      0 means every handle is destroyed after usage (i.e. disabled),
-      -1 means virtually unlimited maximum amount of idle handles (default)
+  <notes>+ Added &apos;retrycount&apos; and &apos;retrydelay&apos; request options
++ Added libevent support for libcurl (&gt;= 7.16.0):
+  o added --with-http-curl-libevent configure option
+  o added HttpRequestPool::enableEvents()
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>