- check all class members
[m6w6/ext-http] / package2.xml
index d417fa64c993c26390ab9b895596a3c60ca9dd92..d60ef9a7e53d51ce09bc30add1be64d6f4f233b5 100644 (file)
@@ -28,10 +28,10 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-01-23</date>
+ <date>2007-02-25</date>
  <version>
-  <release>1.4.0</release>
-  <api>1.4.0</api>
+  <release>1.5.2</release>
+  <api>1.5.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -39,7 +39,11 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Allow response codes up to 599 in HttpMessage::setResponseCode()
+* Fixed bug #10151 (build fails dynamic linking on Mac OS X)
+* Allow setting the "proxyhost" request option to an empty string,
+  which lets curl ignore any environment settings
+* Allow unsetting request options by passing NULL:
+  $request->setOptions(array("option" => NULL));
 ]]></notes>
  <contents>
   <dir name="/">
@@ -75,6 +79,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <file role="src" name="php_http_headers_api.h"/>
    <file role="src" name="php_http_info_api.h"/>
    <file role="src" name="php_http_message_api.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_request_api.h"/>
    <file role="src" name="php_http_request_int.h"/>
@@ -106,6 +111,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <file role="src" name="http_headers_api.c"/>
    <file role="src" name="http_info_api.c"/>
    <file role="src" name="http_message_api.c"/>
+   <file role="src" name="http_persistent_handle_api.c"/>
    <file role="src" name="http_querystring_api.c"/>
    <file role="src" name="http_request_api.c"/>
    <file role="src" name="http_request_info.c"/>
@@ -212,6 +218,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_logging.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_012_logging.phpt"/>