- fix log ini entries in docs
[m6w6/ext-http] / package2.xml
index 8c8e030f6dff7adc787ff4db807b69d50bafc0ce..ad3f4af177f4de1cb92ee3e0f2113b5c247bcbfa 100644 (file)
@@ -20,7 +20,7 @@ language and charset, as well as a convenient way to send any
 arbitrary data with caching and resuming capabilities.
 
 It provides powerful request functionality, if built with CURL 
-support. Parallel requests are available for PHP-5 and greater.
+support. Parallel requests are available for PHP 5 and greater.
 ]]></description>
  <lead>
   <name>Michael Wallner</name>
@@ -46,6 +46,8 @@ support. Parallel requests are available for PHP-5 and greater.
 * Fixed http_parse_params("foo;bar") returning "foo" and "ar"
 * Fixed return value of http_parse_params() Object{"params"=>Array("value", Array("name"=>"value"), ...)}
 * Fixed HttpMessage::setRequestMethod() errenously issuing a warning about an unknown request method
+* Fixed bugs introduced by using the new REQUEST_TIME server variable
+! NOTE: Many INI settings have been renamed to comply with the internal structure
 ]]></notes>
  <contents>
   <dir name="/">
@@ -203,7 +205,6 @@ support. Parallel requests are available for PHP-5 and greater.
     <file role="test" name="HttpResponse_002.phpt"/>
     <file role="test" name="HttpResponse_003.phpt"/>
     <file role="test" name="HttpResponse_004.phpt"/>
-    <file role="test" name="INI_001.phpt"/>
     <file role="test" name="match_request_header_001.phpt"/>
     <file role="test" name="negotiation_001.phpt"/>
     <file role="test" name="ob_deflatehandler_001.phpt"/>