- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.
{
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();
NULL,
NULL,
PHP_MINFO(ares),
- NO_VERSION_YET,
+ PHP_ARES_VERSION,
STANDARD_MODULE_PROPERTIES
};
/* }}} */
extern zend_module_entry ares_module_entry;
#define phpext_ares_ptr &ares_module_entry
+#define PHP_ARES_VERSION "0.7.0-dev"
+
#ifdef ZTS
#include "TSRM.h"
#endif