- add test for crash when detaching request from pool in callbacks
[m6w6/ext-http] / package.xml
index 45aa0d9f4868071c3c2264cebf2aa861ecb6a122..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,16 +23,14 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.0.0</version>
-  <date>2006-06-09</date>
+  <version>1.2.0</version>
+  <date>2006-08-18</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>+ Added --with[out]-http-shared-deps configure option (dependencies on shared extensions)
-+ Added INI entries: http.log.not_found, http.send.not_found_404
-+ Added HttpMessage::guessContentType()
-* Fixed build on Debian systems where access to Curl_* functions is prohibited
-* Fixed empty Cache-Control header if not customly set with HttpResponse
-* Reset Content-Disposition and Content-Type if file is not found by http_send_file() etc
+  <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"/>
@@ -198,7 +196,6 @@ support. Parallel requests are available for PHP 5 and greater.
    <file role="src" name="config.w32"/>
    <file role="src" name="config9.m4"/>
    <file role="doc" name="CREDITS"/>
-   <file role="doc" name="EXPERIMENTAL"/>
    <file role="src" name="http.c"/>
    <file role="src" name="http.dsp"/>
    <file role="src" name="http_api.c"/>