- encodings support exists with ext/zlib too
[m6w6/ext-http] / http_api.c
index d689c8622baa1818e4cee1cb1cc63d84dab359ed..3e8ec02b187f350506a8cda243009795922508c5 100644 (file)
@@ -79,7 +79,7 @@ PHP_HTTP_API long _http_support(long feature)
 #ifdef HTTP_HAVE_MAGIC
        support |= HTTP_SUPPORT_MAGICMIME;
 #endif
-#ifdef HTTP_HAVE_ZLIB
+#if defined(HTTP_HAVE_ZLIB) || defined(HAVE_ZLIB)
        support |= HTTP_SUPPORT_ENCODINGS;
 #endif