Giter Site home page Giter Site logo

gethostbyaddr outputs binary string about php-src HOT 4 CLOSED

php avatar php commented on May 14, 2024
gethostbyaddr outputs binary string

from php-src.

Comments (4)

damianwadley avatar damianwadley commented on May 14, 2024 2

First thing I see is in the new usage of getnameinfo: the code checks <0 for error but MSDN and getnameinfo(3) lists it as merely returning non-zero.

from php-src.

Gemorroj avatar Gemorroj commented on May 14, 2024

I can confirm issue on Win10 x64

PS C:\Users\wapin> php -v
PHP 8.0.13 (cli) (built: Nov 16 2021 21:58:37) ( ZTS Visual C++ 2019 x64 )
Copyright (c) The PHP Group
Zend Engine v4.0.13, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.13, Copyright (c), by Zend Technologies
    with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans
PS C:\Users\wapin> php -a
Interactive shell

php > var_dump(gethostbyaddr('89.222.225.0'));
php shell code:1:
string(12) "89.222.225.0"
php > var_dump(gethostbyaddr('192.88.99.1'));
php shell code:1:
string(11) "192.88.99.1"
PS S:\php81> ./php -v
PHP 8.1.0 (cli) (built: Nov 23 2021 21:48:28) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.1.0, Copyright (c) Zend Technologies
PS S:\php81> ./php -a
Interactive shell

php > var_dump(gethostbyaddr('89.222.225.0'));
string(0) ""
php > var_dump(gethostbyaddr('192.88.99.1'));
string(0) ""

from php-src.

RobertEcker avatar RobertEcker commented on May 14, 2024

it also depends somehow from the previous (working) result

<?php
var_dump(gethostbyaddr('80.1.2.3'));
var_dump(gethostbyaddr('89.222.225.0'));
var_dump(gethostbyaddr('192.88.99.1'));
^Z
string(49) "cpc99474-lich12-2-0-cust514.3-2.cable.virginm.net"
string(16) "cpc99474-lich12-"
string(16) "cpc99474-lich12-"

from php-src.

pierrejoye avatar pierrejoye commented on May 14, 2024

@remicollet what was the reason to use getnameinfo in php_gethostbyaddr instead of gethostbyaddr (which is exactly what this function does)? I can't find discussion or bug # about that change.

I do like this little quote from various OSes doc, incl. windows one:

Note The ability to perform reverse DNS lookups using the getnameinfo function is convenient, but such lookups are considered inherently unreliable, and should be used only as a hint.

from php-src.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.