php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51713 Test getmxrr must fail
Submitted: 2010-05-01 03:25 UTC Modified: 2010-05-04 11:43 UTC
From: post at wickenrode dot com Assigned: aharvey (profile)
Status: Closed Package: Network related
PHP Version: 5.3.2 OS: Linux 2.6.18 i686
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: post at wickenrode dot com
New email:
PHP Version: OS:

 

 [2010-05-01 03:25 UTC] post at wickenrode dot com
Description:
------------
getmxrr.phpt expects domain "ez.no" to have 1 MX while it actually has 3:

$ dig MX ez.no

;; QUESTION SECTION:
;ez.no.				IN	MX

;; ANSWER SECTION:
ez.no.			360	IN	MX	10 ASPMX.L.GOOGLE.COM.
ez.no.			360	IN	MX	20 ALT1.ASPMX.L.GOOGLE.COM.
ez.no.			360	IN	MX	30 ALT2.ASPMX.L.GOOGLE.COM.

Test should be adapted accordingly.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-04 11:06 UTC] aharvey@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: aharvey
 [2010-05-04 11:42 UTC] aharvey@php.net
-Status: Assigned +Status: Closed -Package: Unknown/Other Function +Package: Network related
 [2010-05-04 11:42 UTC] aharvey@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Updated the test to use lists.php.net instead of ez.no.
 [2010-05-04 11:43 UTC] aharvey@php.net
Bah, braino'd the commit message and forgot to include the bug number. It's commit 298949, if anyone needs to look it up in the future.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 10 03:01:34 2025 UTC