- make libevent usable by choice at runtime
[m6w6/ext-http] / package.xml
index 9cfb466300303fbee048be0913b49641af427523..bcfbc132f1238fc689327223ff5a905ed05e173a 100644 (file)
@@ -23,16 +23,15 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.5.0RC2</version>
-  <date>2007-02-10</date>
+  <version>1.5.2</version>
+  <date>2007-02-25</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 (per provider);
-      0 means every handle is destroyed after usage (i.e. disabled),
-      -1 means virtually unlimited maximum amount of idle handles (default)
+  <state>stable</state>
+  <notes>* Fixed bug #10151 (build fails dynamic linking on Mac OS X)
+* Allow setting the &quot;proxyhost&quot; request option to an empty string,
+  which lets curl ignore any environment settings
+* Allow unsetting request options by passing NULL:
+  $request-&gt;setOptions(array(&quot;option&quot; =&gt; NULL));
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>