X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-ares;a=blobdiff_plain;f=ares.c;h=23930c345fdc88f7614c0bde96bff2a413379a37;hp=89f4c61444d81779eeac074ad84d4c2fc36b9c5b;hb=7a05d9af866dc87928ee532db46f0d6483c342fa;hpb=8a44c9b06169016e71681e7e5f84a557431e47ba diff --git a/ares.c b/ares.c index 89f4c61..23930c3 100644 --- a/ares.c +++ b/ares.c @@ -1734,6 +1734,7 @@ static PHP_MINFO_FUNCTION(ares) { php_info_print_table_start(); php_info_print_table_header(2, "AsyncResolver support", "enabled"); + php_info_print_table_row(2, "Version", PHP_ARES_VERSION); php_info_print_table_end(); php_info_print_table_start(); @@ -1830,7 +1831,7 @@ zend_module_entry ares_module_entry = { NULL, NULL, PHP_MINFO(ares), - NO_VERSION_YET, + PHP_ARES_VERSION, STANDARD_MODULE_PROPERTIES }; /* }}} */