- add test for crash when detaching request from pool in callbacks
[m6w6/ext-http] / package.xml
index bf499cc604832e8e1df9e9c4763b50ac309c6a5c..bd9a6a6b180775ae8a49d0ed599a495e8cbddacf 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.6">
+<package version="1.0" packagerversion="1.4.11">
  <name>pecl_http</name>
  <summary>Extended HTTP Support</summary>
  <description>This HTTP extension aims to provide a convenient and powerful 
@@ -23,12 +23,14 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.0.1</version>
-  <date>2006-06-26</date>
+  <version>1.2.0</version>
+  <date>2006-08-18</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>* Fixed build with gcc-2.95 (Thanks to Alexander Zhuravlev)
-* Fixed memory leak in inflate code (Thanks to Thomas Landro Johnsen)
+  <notes>+ Improved response performance (HttpResponse, http_send API)
+* Fixed http_parse_cookie() allowed_extras and flags parameters
+* Added http_build_cookie() function
+* Fixed configuration with shared dependencies
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>