* Implement Request #15775 (recursive http_request_body_encode)
[m6w6/ext-http] / package.xml
index f1c0198cad617f7f3219013ec2a689c705686a26..05ffeba5d63794552537226da7a059177b07ebf9 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
-<package version="1.0" packagerversion="1.4.11">
+<package version="1.0" packagerversion="1.7.1">
  <name>pecl_http</name>
  <summary>Extended HTTP Support</summary>
  <description>This HTTP extension aims to provide a convenient and powerful 
@@ -23,12 +23,15 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.5.0</version>
-  <date>2007-02-20</date>
+  <version>1.6.2</version>
+  <date>2008-12-05</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>* Fixed responses to range requests which asked for the first byte (0-0)
-* Fixed Win32 build
+  <notes>* Fixed PHP-5.3 API incompatibilities (including bug #15065)
+* Fixed memory corruption with headers and HttpRequest
+* Fixed crash in HttpMessage::unserialize()
+* Fixed bug #14826 (race condition in http_request_dtor)
+* Fixed bug #15223 (http_parse_message cuts off more than headers)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -133,8 +136,11 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="parse_message_003.phpt"/>
     <file role="test" name="parse_message_004.phpt"/>
     <file role="test" name="parse_message_005.phpt"/>
+    <file role="test" name="parse_message_006.phpt"/>
     <file role="test" name="parse_params_001.phpt"/>
     <file role="test" name="persistent_handles_001.phpt"/>
+    <file role="test" name="persistent_handles_002.phpt"/>
+    <file role="test" name="persistent_handles_003.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_011_logging.phpt"/>
     <file role="test" name="redirect_012.phpt"/>