History log of /PHP-5.5/ext/standard/dns.c (Results 26 – 50 of 148)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b207eebf 10-Aug-2011 Ilia Alshanetsky

Fix win32 build


# e4a64006 10-Aug-2011 Ilia Alshanetsky

Fix win32 build


# d091516c 09-Aug-2011 Ilia Alshanetsky

Minimize stack usage and added missing dtors


# 8c846a6f 09-Aug-2011 Ilia Alshanetsky

Minimize stack usage and added missing dtors


# 521ce498 09-Aug-2011 Ilia Alshanetsky

Minimize stack usage and added missing dtors


Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 40c3aefa 11-Oct-2010 Gustavo André dos Santos Lopes

- Removed redundant local variable in dns_get_record.
- (5.3) Fixed bug in the Windows implementation of
dns_get_record, where the two last parameters wouldn't be
filled unless the ty

- Removed redundant local variable in dns_get_record.
- (5.3) Fixed bug in the Windows implementation of
dns_get_record, where the two last parameters wouldn't be
filled unless the type were DNS_ANY (Gustavo).

show more ...


# 17dc1811 11-Oct-2010 Gustavo André dos Santos Lopes

- Removed redundant local variable in dns_get_record.
- (5.3) Fixed bug in the Windows implementation of
dns_get_record, where the two last parameters wouldn't be
filled unless the ty

- Removed redundant local variable in dns_get_record.
- (5.3) Fixed bug in the Windows implementation of
dns_get_record, where the two last parameters wouldn't be
filled unless the type were DNS_ANY (Gustavo).

show more ...


# 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.


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, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# de93d96d 07-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2008#1997-2010#g" **/*.c **/*.h


Revision tags: php-5.3.2RC1
# d0a956c2 21-Dec-2009 Jani Taskinen

- Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.


# 52f83608 18-Dec-2009 Jani Taskinen

- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)
# NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed


Revision tags: 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
# 76d87527 16-Oct-2009 Scott MacVicar

Part fix for bug #49224


Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 05065346 11-Aug-2009 Scott MacVicar

Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff with the bind8 compatibility layer.


# 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
# d5455551 20-May-2009 Jani Taskinen

- Sync with HEAD (thanks Hannes :)


# 9a406952 20-May-2009 Jani Taskinen

MFH: Fix non-windows builds


# 31a1dbe2 20-May-2009 Kalle Sommer Nielsen

MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here


# e36c8c49 19-May-2009 Jani Taskinen

MFH: Unify macros


Revision tags: php-5.3.0RC2, 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 ...


# 8911ba1c 11-Jan-2009 Scott MacVicar

Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions.


# 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())


# b5182d7a 08-Jan-2009 Felipe Pena

- MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT record)


123456