- use PHP macros, so that it is obvious when to call what
[m6w6/ext-http] / package2.xml
index b168efde4e9cf9ecf470a3e39706a755a57b8732..6396dd228c5737370ec4f2a1263085b0aab852b9 100644 (file)
@@ -42,6 +42,7 @@
 + Updated documentation (a lot)
 + Added optional third parameter to HttpRequest::__construct() accepting an array with options
 + Added compression functions gzencode/gzdecode, deflate/inflate, compress/uncompress
++ Added http_support() for probing features that depend on external libraries
 
 - Renamed http_absolute_uri() to http_build_uri() (complements with http_build_query())
 - Changed the signature of the negotiator to fill the second parameter with the results array
     <file role="test" name="chunked_decode_002.phpt"/>
     <file role="test" name="date_001.phpt"/>
     <file role="test" name="date_002.phpt"/>
+    <file role="test" name="encodings.phpt"/>
     <file role="test" name="etag_mode_001.phpt"/>
     <file role="test" name="etag_mode_002.phpt"/>
     <file role="test" name="etag_mode_003.phpt"/>
    prompt="whether to enable response content type guessing; specify libmagic directory"
    default="no"
   />
+  <configureoption
+   name="with-zlib-compression"
+   prompt="whether to enable support for gzencoded/deflated message bodies"
+   default="yes"
+  />
   <filelist>
    <install as="functions.html" name="docs/functions.html"/>
    <install as="examples/Bandwidth_Throttling.php" name="docs/examples/Bandwidth_Throttling.php"/>