From 57e649cefeedfc99ce6b0db0819f5517daac2836 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 1 Aug 2014 21:32:02 +0200 Subject: [PATCH] fix names --- php_ares.c | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/php_ares.c b/php_ares.c index 34e278c..ab25239 100644 --- a/php_ares.c +++ b/php_ares.c @@ -68,10 +68,23 @@ static int le_ares_query; static const char *php_ares_C_names[] = { "INVALID", "IN", + "C2" "CHAOS", - "HS", - "NONE", - "ANY", + "HS", /* 4 */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","","","","","","","","","","","","", /* 20x */ + "","","","","","","","","", /* 9x */ + "NONE", /* 254 */ + "ANY", /* 255 */ }; static const char *php_ares_T_names[] = { @@ -128,8 +141,6 @@ static const char *php_ares_T_names[] = { "","","","","","","","","","","","","","","","","","","","", /* 20x */ "","","","","","","","","","","","","","","","","","","","", /* 20x */ "","","","","","","","","","","","","","","","","","","","", /* 20x */ - "","","","","","","","","","","","","","","","","","","","", /* 20x */ - "","","","","","","","","","","","","","","","","","","","", /* 20x */ "","","","","","", /* 6x */ "TKEY", /* 249 */ "TSIG", -- 2.30.2