- adjust ini entry names to those of the globals struct
[m6w6/ext-http] / docs / http.ini
index 2d96869f03a04f9faf9d97ef995cfa634ad51bca..b3124ff5ee64db91e5ff64a3a1a9735919cf8268 100644 (file)
 ; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B)
 ; if ext/hash is available, this can be set to any hash algorithm ext/hash supports
 ; MD5 is the default and fallback algorithm
 ; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B)
 ; if ext/hash is available, this can be set to any hash algorithm ext/hash supports
 ; MD5 is the default and fallback algorithm
-http.etag_mode = "MD5"
+http.etag.mode = "MD5"
 
 ; allowed request methods
 ; by default PHP ignores unkown request methods
 ; PHP will exit with a response status of 405 and an Allow header
 ; if it encounters a request method not contained in the specified list
 
 ; allowed request methods
 ; by default PHP ignores unkown request methods
 ; PHP will exit with a response status of 405 and an Allow header
 ; if it encounters a request method not contained in the specified list
-;http.allowed_methods = "HEAD, GET, POST"
+;http.request.methods.allowed = "HEAD, GET, POST"
+
+; custom request methods
+;http.request.methods.custom = "KICK, BANN"
 
 ; log file for positive cache hits
 
 ; log file for positive cache hits
-;http.cache_log =
+;http.log.cache =
 
 ; log file for redirects
 
 ; log file for redirects
-;http.redirect_log =
+;http.log.redirect =
 
 ; log file for requests with an unallowed request method
 
 ; log file for requests with an unallowed request method
-;http.allowed_methods_log =
+;http.log.allowed_methods =
 
 ; composite log file (i.e. log all messages to this file)
 
 ; composite log file (i.e. log all messages to this file)
-;http.composite_log =
+;http.log.composite =
 
 ; automatically deflate content if requested/supported by client
 
 ; automatically deflate content if requested/supported by client
-;http.ob_deflate_auto = 1
-;http.ob_deflate_flags = HTTP_DEFLATE_LEVEL_DEF
+;http.send.deflate.start_auto = 1
+;http.send.deflate.start_flags = HTTP_DEFLATE_LEVEL_DEF
 
 
-; automatically inflate compressed content
-;http.ob_inflate_auto = 0
-;http.ob_inflate_flags =
+; automatically inflate sent content
+;http.send.inflate.start_auto = 0
+;http.send.inflate.start_flags =