+ Added INI entries: http.log.not_found, http.send.not_found_404
[m6w6/ext-http] / package2.xml
index 4c0c11c0233967cf85bf39830465c4efc32d67ff..a16f81f6caf0e06fc07aa1c977332034497e4908 100644 (file)
@@ -39,7 +39,10 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
++ Added INI entries: http.log.not_found, http.send.not_found_404
 * 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>
  <contents>
   <dir name="/">
@@ -197,6 +200,7 @@ 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="HttpResponse_005.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"/>