- don't destruct the zval right after construction in http_message_tostruct_recursive()
[m6w6/ext-http] / package.xml
index 199f91d54cdc90c4b313e897bd5b691c6de0bbfd..25ba7a66004f8a5475e0512f671da6d96e5a2519 100644 (file)
@@ -48,6 +48,7 @@
    <configureoption name="with-http-curl-requests" default="yes" prompt="whether to enable cURL HTTP requests; specify libcurl directory"/>
    <configureoption name="with-http-mhash-etags" default="yes" prompt="whether to enable mhash ETag generator; specify libmhash directory"/>
    <configureoption name="with-http-magic-mime" default="no" prompt="whether to enable response content type guessing; specify libmagic directory"/>
+   <configureoption name="with-zlib-compression" default="yes" prompt="whether to enable support for gzencoded/deflated message bodies"/>
   </configureoptions>
   <filelist>
    <dir name="docs">
@@ -79,6 +80,7 @@
     <file role="test" name="data.txt"/>
     <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"/>