release 1.6.6
authorMichael Wallner <mike@php.net>
Thu, 10 Dec 2009 15:28:10 +0000 (15:28 +0000)
committerMichael Wallner <mike@php.net>
Thu, 10 Dec 2009 15:28:10 +0000 (15:28 +0000)
package.xml

index 8523a6d6500ee94c0f69326c235d543a1891f838..afe3a3c78b7ae7e45ddd5a16993cb6bbbe2d886f 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.8.1">
+<package version="1.0" packagerversion="1.9.0">
  <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.6.5</version>
-  <date>2009-08-13</date>
+  <version>1.6.6</version>
+  <date>2009-12-10</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>* Fixed PHP5.1 build
-* Fixed http_get_request_body[_stream]() with FastCGI SAPI
+  <notes>* Fixed a Last-Modified caching bug in http_send API
+* Fixed bug with HttpRequestPool and libevent when adding requests while running
+* Fixed memory leak in HttpResponse::getStream() (Felipe Pena)
+* Fixed bug #14382 (PHP crash after casting scalar argument to an array in HttpQueryString)
+* Fixed bug #16533 (http_redirect fails with url-&gt;port==0)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>