X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-ares;a=blobdiff_plain;f=ares.c;h=d3c7d25a9a03471180b725451de5b55bdcd2d6d2;hp=fce9a82150b9dc58f26cc0f71464a9a9336f608d;hb=7e7c818c50ad6d3c69c1d5dca63de807ed6c9691;hpb=82f9c677aeb09def387041696aedc4e8eb3f54b0 diff --git a/ares.c b/ares.c index fce9a82..d3c7d25 100644 --- a/ares.c +++ b/ares.c @@ -737,17 +737,6 @@ local int php_ares_parse(const unsigned char *abuf, int alen, zval *result TSRML if (entry) { add_next_index_zval(result, entry); - /* - if (SUCCESS == zend_hash_find(Z_ARRVAL_P(result), php_ares_T_names[type], strlen(php_ares_T_names[type])+1, (void *) &entry_ptr)) { - add_next_index_zval(*entry_ptr, entry); - } else { - zval *array; - - MAKE_STD_ZVAL(array); - array_init(array); - add_next_index_zval(array, entry); - add_assoc_zval(result, php_ares_T_names[type], array); - }*/ } }