- SPL doesn't install its headers
[m6w6/ext-http] / package2.xml
index 5ef731d678a6d08eb21e2a8829c9164f67d9d7eb..5b2e9508060d27993f89ebdeae091ccbabb845e0 100644 (file)
@@ -39,6 +39,8 @@
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
++ Added INI setting http.force_exit which can be used to disable script termination
+  in case of redirects and positive cache hits (instead, standard output will be discarded)
 + Classes HttpMessage and HttpRequestPool implement Countable if PHP >= 5.1 with SPL is available
 + Class HttpMessage implements Serializable if PHP >= 5.1 is available
 
     <file role="test" name="HttpRequestPool_001.phpt"/>
     <file role="test" name="HttpRequestPool_002.phpt"/>
     <file role="test" name="HttpRequestPool_003.phpt"/>
+    <file role="test" name="HttpRequestPool_004.phpt"/>
     <file role="test" name="HttpResponse_001.phpt"/>
     <file role="test" name="HttpResponse_002.phpt"/>
     <file role="test" name="HttpResponse_003.phpt"/>
    default="no"
   />
   <configureoption
-   name="with-zlib-compression"
+   name="with-http-zlib-compression"
    prompt="whether to enable support for gzencoded/deflated message bodies; specify zlib directory"
    default="yes"
   />