History log of /PHP-7.3/ext/standard/dns.c (Results 76 – 100 of 205)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5
# de90c602 10-Aug-2011 Rasmus Lerdorf

Use HOST_NAME_MAX constant here instead for the gethostname() func


# 14948624 10-Aug-2011 Rasmus Lerdorf

Use HOST_NAME_MAX constant here instead for the gethostname() func


# 46f58138 10-Aug-2011 Rasmus Lerdorf

Use HOST_NAME_MAX constant here instead for the gethostname() func


# 9fd373d8 10-Aug-2011 Ilia Alshanetsky

Fix win32 build


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


123456789