php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73863 getmxrr broke again
Submitted: 2017-01-04 19:31 UTC Modified: 2017-01-05 14:52 UTC
From: scienceguru1 at gmail dot com Assigned:
Status: Duplicate Package: *Network Functions
PHP Version: 7.0.14 OS: Windows 10 + Windows Server 2012
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: scienceguru1 at gmail dot com
New email:
PHP Version: OS:

 

 [2017-01-04 19:31 UTC] scienceguru1 at gmail dot com
Description:
------------
getmxrr() works fine on PHP 5.3.28, but on  PHP 7.0.7 it is back to not working again.

Test script:
---------------
<?php
echo(getmxrr('google.com',$tmp));
var_dump($tmp);
?>

Expected result:
----------------
1
array(n) { /* records */ }

Actual result:
--------------
1
NULL

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-05 14:52 UTC] ab@php.net
-Status: Open +Status: Duplicate
 [2017-01-05 14:52 UTC] ab@php.net
Fixed around 7.0.9 or later, see bug #72683.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Dec 04 08:01:29 2024 UTC