- allow response codes up to 599
[m6w6/ext-http] / package2.xml
index 03da6b8922e2569e2acb42c3b6913f98a893b0cb..d417fa64c993c26390ab9b895596a3c60ca9dd92 100644 (file)
@@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2006-11-22</date>
+ <date>2007-01-23</date>
  <version>
-  <release>1.4.0dev</release>
+  <release>1.4.0</release>
   <api>1.4.0</api>
  </version>
  <stability>
@@ -39,22 +39,15 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Improved response performance
-+ Added "ipresolve" request option
-+ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants
-+ Added missing HTTP_SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3}, HttpRequest::SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3} constants
-* Fixed aborted PUT request when empty put data was set with HttpRequest::setPutData()
-* Fixed crash when using non-associative arrays as request headers
-* Fixed crash when serializing incomplete HttpMessage objects
-* Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
+* Allow response codes up to 599 in HttpMessage::setResponseCode()
 ]]></notes>
  <contents>
   <dir name="/">
    <file role="doc" name="LICENSE"/>
    <file role="doc" name="CREDITS"/>
    <file role="doc" name="KnownIssues.txt"/>
+   <file role="doc" name="ThanksTo.txt"/>
    <file role="doc" name="docs/http.ini"/>
-   <file role="doc" name="docs/functions.html"/>
    <file role="doc" name="docs/examples/tutorial.txt"/>
    
    <file role="src" name="http.dsp"/>
@@ -142,7 +135,11 @@ support. Parallel requests are available for PHP 5 and greater.
    </dir>
    
    <dir name="tests">
-        <file role="test" name="allowed_methods_002_logging.phpt"/>
+    <file role="test" name="data.txt"/>
+    <file role="test" name="urls.txt"/>
+    <file role="test" name="skip.inc"/>
+    <file role="test" name="log.inc"/>
+    <file role="test" name="allowed_methods_002_logging.phpt"/>
     <file role="test" name="allowed_methods_002.phpt"/>
     <file role="test" name="build_str_001.phpt"/>
     <file role="test" name="build_url_001.phpt"/>
@@ -292,7 +289,6 @@ support. Parallel requests are available for PHP 5 and greater.
   />
   <filelist>
    <install as="http.ini" name="docs/http.ini"/>
-   <install as="functions.html" name="docs/functions.html"/>
    <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>
    <install as="pecl/http/BigGet.php" name="lib/BigGet.php"/>
    <install as="pecl/http/FeedAggregator.php" name="lib/FeedAggregator.php"/>