From: Michael Wallner Date: Fri, 1 Aug 2014 19:32:02 +0000 (+0200) Subject: fix names X-Git-Tag: RELEASE_0_8_0~14 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-ares;a=commitdiff_plain;h=57e649cefeedfc99ce6b0db0819f5517daac2836;hp=5e2935ef0d8608d7c810fca70b78a492fb7042d9 fix names --- 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",