History log of /php-src/ext/standard/dns.c (Results 26 – 50 of 265)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 87686211 03-Jan-2021 Stanislav Malyshev

Fix bug #79405 - gethostbyname() silently truncates after a null byte

# 4a438b44 03-Sep-2020 George Peter Banyard

Warning to Error promotion in ext/standard

Those should be the last ones other than set(raw)cookie()

Closes GH-5814

# 7e871734 10-Aug-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Check the correct list


# 81e31eff 10-Aug-2020 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Check the correct list


# 4723bd4f 10-Aug-2020 Nikita Popov

Check the correct list

This was supposed to check mx_list, not weight_list... oops.

# 59fbdf73 10-Aug-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #79944


# 5b8b480d 10-Aug-2020 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #79944


# a06eed0c 10-Aug-2020 Nikita Popov

Fix bug #79944

Only return true from dns_get_mx if we actually found any MX record.

# 1c0ee68b 15-Jul-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #78008: dns_check_record() always return true on Alpine


# 2053329b 15-Jul-2020 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #78008: dns_check_record() always return true on Alpine


# 2c57378b 14-Jul-2020 Andy Postnikov

Fix bug #78008: dns_check_record() always return true on Alpine

- free handle before return result
- cleaned up remaining usage of MAXPACKET
- update dns_get_mx() to use the same app

Fix bug #78008: dns_check_record() always return true on Alpine

- free handle before return result
- cleaned up remaining usage of MAXPACKET
- update dns_get_mx() to use the same approach

Closes GH-5854.

show more ...

# 2b5de6f8 01-Jul-2020 Max Semenik

Remove proto comments from C files

Closes GH-5758

Revision tags: php-7.4.6, php-7.2.31
# 6086343a 04-May-2020 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #79561: dns_get_record() fails with DNS_ALL


# ed6bf0bc 04-May-2020 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #79561: dns_get_record() fails with DNS_ALL


# c40a4944 04-May-2020 Christoph M. Becker

Fix #79561: dns_get_record() fails with DNS_ALL

Since Windows has its own definitions of the `PHP_DNS_*` macros, we
have to use these when registering the PHP constants.

Revision tags: php-7.4.6RC1, php-7.3.18RC1, php-7.2.30, php-7.4.5, php-7.3.17
# 50765075 01-Apr-2020 Máté Kocsis

Improve some ValueError messages

Closes GH-5340

Revision tags: php-7.4.5RC1, php-7.3.17RC1, php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16, php-7.4.4RC1, php-7.3.16RC1, php-7.4.3, php-7.2.28, php-7.3.15RC1, php-7.4.3RC1, php-7.3.15, php-7.2.27, php-7.4.2, php-7.3.14
# d1764ca3 15-Jan-2020 Máté Kocsis

Make error messages more consistent by fixing capitalization

Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.

# afdaa911 16-Jan-2020 Máté Kocsis

Fix #78880: Final spelling fixes

Revision tags: php-7.3.14RC1, php-7.4.2RC1
# aadd3aae 03-Jan-2020 Máté Kocsis

Use RETURN_THROWS() in various places

# 31cf9a7e 29-Dec-2019 Máté Kocsis

Use RETURN_THROWS() when an exception is thrown

Closes GH-5036

# e34a1f92 29-Dec-2019 Máté Kocsis

Convert zend_parse_parameters_none() to fast ZPP in standard lib

Closes GH-5037

Revision tags: php-7.4.1, php-7.2.26, php-7.3.13, php-7.4.1RC1, php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25
# 9585964d 20-Nov-2019 Máté Kocsis

Promote warning to exception in dns_check_record() function

GH-5004

Revision tags: php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3
# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.

Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2
# 0d31a8e4 20-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 59974000 20-Jun-2019 Nikita Popov

Remove leftover check

This is checked below now in a way that handles misaligned pointers.

1234567891011