summaryrefslogtreecommitdiff
path: root/ext/standard/dns_win32.c
Commit message (Expand)AuthorAgeFilesLines
* - unify warning between win and unix and enable testPierre Joye2011-09-041-0/+5
* - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-111-3/+1
* - [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether...Gustavo André dos Santos Lopes2010-10-111-21/+48
* - Added numeric record type and raw data for unknown DNSGustavo André dos Santos Lopes2010-10-081-1/+8
* - WSPierre Joye2010-09-061-2/+0
* - fix bug #52260, catch all DNS not found errorPierre Joye2010-09-061-1/+1
* - Fix bug #52101, dns_get_record()garbage in 'ipv6' fieldPierre Joye2010-06-171-0/+6
* - #51844, checkdnsrr does not support types other than MXPierre Joye2010-05-171-1/+3
* - fix and improve dns' AAAA support on windowsPierre Joye2009-08-101-8/+37
* - [DOC] Fixed #49183 patch for VC6, NAPTR is only available in VC9+ buildPierre Joye2009-08-081-0/+2
* - Fixed #49183, dns_get_record does not return NAPTR recordsPierre Joye2009-08-071-2/+0
* Change dns.h to php_dns.h, part of my dns cleanupScott MacVicar2009-08-051-1/+1
* - silent compiler warningPierre Joye2009-04-201-1/+1
* - nuke unused variablePierre Joye2009-04-201-1/+0
* - Reverted my previous commit to avoid unnecessary BC.Felipe Pena2009-01-121-12/+18
* MFH:Felipe Pena2009-01-111-12/+11
* - sanity check if we got an A as well (valid too but not desired)Pierre Joye2009-01-071-1/+5
* - [DOC] VC6 does not have NAPTRPierre Joye2009-01-061-1/+4
* - [MFH]Pierre Joye2009-01-061-0/+423