]> granicus.if.org Git - php/commitdiff
Alter the getmxrr() test to use lists.php.net (which we presumably control)
authorAdam Harvey <aharvey@php.net>
Tue, 4 May 2010 09:41:47 +0000 (09:41 +0000)
committerAdam Harvey <aharvey@php.net>
Tue, 4 May 2010 09:41:47 +0000 (09:41 +0000)
instead of ez.no (which we presumably don't) for the single MX record test.

ext/standard/tests/network/getmxrr.phpt

index 5dc3560d024107f6e0fe358bdf533b83573f2ca0..b6753f0d616ace4bedcce8da4691311c967c3922 100644 (file)
@@ -8,7 +8,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-$domains = array( 'php.net', 'ez.no' );
+$domains = array( 'php.net', 'lists.php.net' );
 foreach ( $domains as $domain )
 {
     if ( getmxrr( $domain, $hosts, $weights ) )