diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/dns_win32.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/standard/dns_win32.c b/ext/standard/dns_win32.c index 794912d641..bd12c4adea 100644 --- a/ext/standard/dns_win32.c +++ b/ext/standard/dns_win32.c @@ -274,6 +274,12 @@ static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, zval **s } } + if (have_v6_break && in_v6_break) { + tp[0] = ':'; + tp++; + } + tp[0] = '\0'; + add_assoc_string(*subarray, "type", "AAAA", 1); add_assoc_string(*subarray, "ipv6", buf, 1); } |
