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
 [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: Sat Apr 20 10:01:28 2024 UTC