summaryrefslogtreecommitdiff
path: root/ext/standard/dns_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Changed based on comments and make its behaviour equal to the Windows versionTjerk Meesters2014-11-301-1/+1
* fix datatype mismatchAnatol Belski2014-10-231-2/+2
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* master renames phase 1Anatol Belski2014-08-251-15/+15
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-14/+14
* ptr needed herePierre Joye2014-05-141-2/+2
* This should be removed tooXinchen Hui2014-05-131-1/+0
* Remove zval **Xinchen Hui2014-05-131-53/+54
* port dns_win32Pierre Joye2014-05-131-6/+2
* typo in var namePierre Joye2014-05-071-3/+4
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\
| * a few typofixesVeres Lajos2014-02-141-1/+1
| * - unify warning between win and unix and enable testPierre Joye2011-09-041-0/+5
* | Reduced memory realocationsDmitry Stogov2014-04-151-7/+6
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-26/+28
* | - 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