X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_encoding_api.h;h=8ebddbaa3b42ce5baca688c4cbf18b2b446168c4;hb=dd199f9961262ed43fa544240df15a9d6d7d0f08;hp=918c01316282c45f5069f144faf7297d88cfb813;hpb=e37040ebf8a470c77c7ae3498ee582ca20db259c;p=m6w6%2Fext-http diff --git a/php_http_encoding_api.h b/php_http_encoding_api.h index 918c013..8ebddba 100644 --- a/php_http_encoding_api.h +++ b/php_http_encoding_api.h @@ -47,7 +47,7 @@ typedef enum _http_encoding_type_t { #define HTTP_DEFLATE_LEVEL_DEF 0x00000000 #define HTTP_DEFLATE_LEVEL_MIN 0x00000001 -#define HTTP_DEFLATE_LEVEL_MAX 0x00000002 +#define HTTP_DEFLATE_LEVEL_MAX 0x00000009 #define HTTP_DEFLATE_TYPE_ZLIB 0x00000000 #define HTTP_DEFLATE_TYPE_GZIP 0x00000010 #define HTTP_DEFLATE_TYPE_RAW 0x00000020