mirror of
https://github.com/php/php-src.git
synced 2025-01-03 17:33:32 +08:00
commit
d0d9c3a980
1
NEWS
1
NEWS
@ -30,6 +30,7 @@ PHP NEWS
|
||||
|
||||
- Standard:
|
||||
. Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
|
||||
. Fixed bug #80077 (getmxrr test bug). (Rainer Jung)
|
||||
|
||||
03 Sep 2020, PHP 7.4.10
|
||||
|
||||
|
@ -11,9 +11,9 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
|
||||
--FILE--
|
||||
<?php
|
||||
$domains = array(
|
||||
'mx1.tests.php.net',
|
||||
'mx2.tests.php.net',
|
||||
'qa.php.net',
|
||||
'mx1.tests.php.net.',
|
||||
'mx2.tests.php.net.',
|
||||
'qa.php.net.',
|
||||
);
|
||||
foreach ($domains as $domain) {
|
||||
$result = getmxrr($domain, $hosts, $weights);
|
||||
|
Loading…
Reference in New Issue
Block a user