X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=923748d1cba7ef1571ba2f0600173ead4e1296e9;hp=f6b21189a48136400cdedb1e2c685af1e9559504;hb=6c4a552c1ad7b0018afb57a3d0028c2be166a30a;hpb=3fc24e9ed64cd37c3942fa65a879bc0fe08d69a8 diff --git a/http.c b/http.c index f6b2118..923748d 100644 --- a/http.c +++ b/http.c @@ -454,6 +454,11 @@ PHP_MINFO_FUNCTION(http) #else php_info_print_table_row(2, "libcurl", "disabled", "disabled"); #endif +#ifdef HTTP_HAVE_EVENT + php_info_print_table_row(3, "libevent", HTTP_EVENT_VERSION, event_get_version()); +#else + php_info_print_table_row(3, "libevent", "disabled", "disabled"); +#endif #ifdef HTTP_HAVE_ZLIB php_info_print_table_row(3, "libz", ZLIB_VERSION, zlibVersion()); #else