- libevent diagnostics
[m6w6/ext-http] / package.xml
index a2b41dfc0a20ae2808f181e35e9f06c42d1e4b95..bcfbc132f1238fc689327223ff5a905ed05e173a 100644 (file)
@@ -23,12 +23,15 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.4.0RC2</version>
-  <date>2007-01-19</date>
+  <version>1.5.2</version>
+  <date>2007-02-25</date>
   <license>BSD, revised</license>
-  <state>beta</state>
-  <notes>* Fixed infinite loop with http_parse_params(&quot;=&quot;)
-* Fixed greedy response message parsing with proxy CONNECT requests (petr at hroch dot info)
+  <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"/>
@@ -134,6 +137,7 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="parse_message_004.phpt"/>
     <file role="test" name="parse_message_005.phpt"/>
     <file role="test" name="parse_params_001.phpt"/>
+    <file role="test" name="persistent_handles_001.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_011_logging.phpt"/>
     <file role="test" name="redirect_012.phpt"/>
@@ -189,6 +193,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <file role="src" name="http_info_api.c"/>
    <file role="src" name="http_message_api.c"/>
    <file role="src" name="http_message_object.c"/>
+   <file role="src" name="http_persistent_handle_api.c"/>
    <file role="src" name="http_querystring_api.c"/>
    <file role="src" name="http_querystring_object.c"/>
    <file role="src" name="http_requestdatashare_object.c"/>
@@ -223,6 +228,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <file role="src" name="php_http_info_api.h"/>
    <file role="src" name="php_http_message_api.h"/>
    <file role="src" name="php_http_message_object.h"/>
+   <file role="src" name="php_http_persistent_handle_api.h"/>
    <file role="src" name="php_http_querystring_api.h"/>
    <file role="src" name="php_http_querystring_object.h"/>
    <file role="src" name="php_http_requestdatashare_object.h"/>