History log of /PHP-8.0/ext/standard/dns_win32.c (Results 51 – 70 of 70)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 91f64706 11-Oct-2010 Gustavo André dos Santos Lopes

- [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether to activate
"raw mode". In this mide, $type (2nd parameter) is the numeric type of the record, and
the respon

- [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether to activate
"raw mode". In this mide, $type (2nd parameter) is the numeric type of the record, and
the responses are not parsed -- the "type" element will be numeric and there will be
a "data" element with the raw data of the response buffer, which the programmer will
have to parse.
- Fixed bug in the Win32 implementation of dns_get_record, where the 3rd and 4th arguments
would only be filled if the 2nd ($type) was DNS_ANY.
- [DOC] The 3rd and 4th parameters can now be NULL (changed their arginfo).

show more ...


# b1d5cf73 08-Oct-2010 Gustavo André dos Santos Lopes

- Added numeric record type and raw data for unknown DNS
record types.


# 2110655d 06-Sep-2010 Pierre Joye

- WS


# 80ddb8d9 06-Sep-2010 Pierre Joye

- fix bug #52260, catch all DNS not found error


# abf48531 06-Sep-2010 Pierre Joye

- fix bug #52260, catch all DNS not found error


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# bc226faf 17-Jun-2010 Pierre Joye

- Fix bug #52101, dns_get_record()garbage in 'ipv6' field


# 49418ce7 17-Jun-2010 Pierre Joye

- Fix bug #52101, dns_get_record()garbage in 'ipv6' field


# 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