History log of /PHP-7.4/ext/standard/dns_win32.c (Results 51 – 63 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 46c40293 17-May-2010 Pierre Joye

- #51844, checkdnsrr does not support types other than MX


# a22cd02f 17-May-2010 Pierre Joye

- #51844, checkdnsrr does not support types other than MX


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 80696a6f 10-Aug-2009 Pierre Joye

- fix and improve dns' AAAA support on windows


# 4668ca80 08-Aug-2009 Pierre Joye

- [DOC] Fixed #49183 patch for VC6, NAPTR is only available in VC9+ build


# 35ad8e6c 07-Aug-2009 Pierre Joye

- Fixed #49183, dns_get_record does not return NAPTR records


# af5df4c8 05-Aug-2009 Scott MacVicar

Change dns.h to php_dns.h, part of my dns cleanup


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# c7e0d95d 20-Apr-2009 Pierre Joye

- silent compiler warning


# 70c96f78 20-Apr-2009 Pierre Joye

- nuke unused variable


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 47a8643e 12-Jan-2009 Felipe Pena

- Reverted my previous commit to avoid unnecessary BC.

[DOC] Added new entry to the array returned by dns_get_record(), 'entries', which contains the separated value from TXT value. (so 'txt

- Reverted my previous commit to avoid unnecessary BC.

[DOC] Added new entry to the array returned by dns_get_record(), 'entries', which contains the separated value from TXT value. (so 'txt' kept the concatenated version) (Pierre)

show more ...


# cc50663b 11-Jan-2009 Felipe Pena

MFH:
- Improved fix for #47035 (win32 part by Henrique M. Decaria)
[DOC] The TXT part needs be returned as an array of strings. (dns_get_record())


# b7063014 07-Jan-2009 Pierre Joye

- sanity check if we got an A as well (valid too but not desired)


# 789367bd 06-Jan-2009 Pierre Joye

- [DOC] VC6 does not have NAPTR


# 3c967db4 06-Jan-2009 Pierre Joye

- [MFH]
- [DOC] add support for all DNS function on Windows
- dns_check_record (and its alias checkdnsrr)
- dns_get_record
- IPV6 specific info not available yet:
.

- [MFH]
- [DOC] add support for all DNS function on Windows
- dns_check_record (and its alias checkdnsrr)
- dns_get_record
- IPV6 specific info not available yet:
. AAAA info is available only on vista/2k8 for now
. A6 info is not available
- dns_get_mx (and its alias getmxrr)

show more ...


123