* Fixed Bug #64310 (weak etags W/"abc" are quoted as "W/"abc"")
[m6w6/ext-http] / package.xml
index 4e835219ba98b529525c668d9149832b3d53d65d..4adfb6fc6b85bd8b396f2f51208282fa26568f04 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>2011-05-05</date>
+ <date>2013-03-02</date>
  <version>
-  <release>1.7.1</release>
+  <release>1.7.5dev</release>
   <api>1.7.0</api>
  </version>
  <stability>
@@ -39,12 +39,7 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-     * Fixed a bug when the status component of the HTTP response is missing (fixes Bug #19390) (Ilia)
-     * Fixed double-free when auto-decompressing pages (Ilia)
-     * Fixed non-funtional HttpMessage::setResponseStatus()
-     * Fixed Bug #22177 (http_redirect breaks output with zlib.output_compression=on)
-     * Fixed Bug #17806 (Segmentation fault when passing invalid url to http_get())
-     * Fixed logic error and possible hang in sapi_deactivate when using http_get_request_body() with a request body longer than 4096 bytes (Rob)
+* Fixed Bug #64310 (weak etags W/"abc" are quoted as "W/"abc"")
 ]]></notes>
  <contents>
   <dir name="/">
@@ -265,8 +260,6 @@ support. Parallel requests are available for PHP 5 and greater.
   <required>
    <php>
     <min>4.3</min>
-    <max>6.0.0</max>
-    <exclude>6.0.0</exclude>
    </php>
    <pearinstaller>
     <min>1.4.1</min>