fix names
authorMichael Wallner <mike@php.net>
Fri, 1 Aug 2014 19:32:02 +0000 (21:32 +0200)
committerMichael Wallner <mike@php.net>
Fri, 1 Aug 2014 19:32:02 +0000 (21:32 +0200)
php_ares.c

index 34e278ce029ef6251e687e0dd6092f26199f3afd..ab25239a1ae2b617747287e2a5c37c73fc509d81 100644 (file)
@@ -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",