X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=8d65cd155ea50d3a7f0803eb5f8acedbd08a502c;hp=3d634d357e8bccdcba5ed4df38f2c884ce73df5c;hb=c71fd3a3bcc7231f2efc4c7520888880f42a6b3c;hpb=efad267ce4b49489b03022d7decd94dcf244e71e diff --git a/http.c b/http.c index 3d634d3..8d65cd1 100644 --- a/http.c +++ b/http.c @@ -340,6 +340,11 @@ PHP_MINFO_FUNCTION(http) } #else php_info_print_table_row(2, "mhash ETag Generator:", "disabled"); +#endif +#if defined(HTTP_HAVE_MAGIC) && !defined(WONKY) + php_info_print_table_row(2, "magic MIME Guessing:", "libmagic/unknown"); +#else + php_info_print_table_row(2, "magic MIME Guessing:", "disabled"); #endif php_info_print_table_row(2, "Registered Classes:", #ifndef ZEND_ENGINE_2