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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 06:01:35 2024 UTC