X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-ares;a=blobdiff_plain;f=php_ares.c;h=ab25239a1ae2b617747287e2a5c37c73fc509d81;hp=34e278ce029ef6251e687e0dd6092f26199f3afd;hb=57e649cefeedfc99ce6b0db0819f5517daac2836;hpb=5e2935ef0d8608d7c810fca70b78a492fb7042d9 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",