- release
authorMichael Wallner <mike@php.net>
Tue, 11 Oct 2005 11:39:34 +0000 (11:39 +0000)
committerMichael Wallner <mike@php.net>
Tue, 11 Oct 2005 11:39:34 +0000 (11:39 +0000)
http_functions.c
package2.xml

index bf376ac479b46b3a7d54cdf267b1801a9cd47581..1f635c59d6f85f100d1994008868cff0ecd12e6f 100644 (file)
@@ -1602,7 +1602,7 @@ PHP_FUNCTION(http_uncompress)
  * 
  * Accpepts an optional in parameter specifying which feature to probe for.
  * If the parameter is 0 or omitted, the return value contains a bitmask of 
  * 
  * Accpepts an optional in parameter specifying which feature to probe for.
  * If the parameter is 0 or omitted, the return value contains a bitmask of 
- * all supported featuers that depend on external libraries.
+ * all supported features that depend on external libraries.
  * 
  * Available features to probe for are:
  * <ul> 
  * 
  * Available features to probe for are:
  * <ul> 
index 8fa84b52d992464a1fd5eb8ac9e0c3ccbcf0505a..6396dd228c5737370ec4f2a1263085b0aab852b9 100644 (file)
     <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="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"/>
     <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"
   />
    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"/>
   <filelist>
    <install as="functions.html" name="docs/functions.html"/>
    <install as="examples/Bandwidth_Throttling.php" name="docs/examples/Bandwidth_Throttling.php"/>