ID: 43853
Updated by: [EMAIL PROTECTED]
Reported By: radonov at ecad dot tu-sofia dot bg
-Status: Open
+Status: Feedback
Bug Type: Network related
Operating System: Solaris
PHP Version: 4.4.8, 5CVS
Assigned To: ab5602
New Comment:
Cannot reproduce:
php -r 'var_dump(gethostbyaddr("78.130.136.12"));'
string(22) "atlantis.botevgrad.com"
Previous Comments:
------------------------------------------------------------------------
[2008-01-28 14:16:09] [EMAIL PROTECTED]
Confirmed bug in 5CVS.
------------------------------------------------------------------------
[2008-01-28 13:43:13] [EMAIL PROTECTED]
Confirmed under Solaris 9 and Solaris 10 too.
------------------------------------------------------------------------
[2008-01-15 09:23:25] radonov at ecad dot tu-sofia dot bg
Description:
------------
Some IP addresses are note resolved by gethostbyaddr() under Solaris 8.
Solrais nslookup resolves the addresses normaly.
Reproduce code:
---------------
var_dump(gethostbyaddr('78.130.136.12'));
The result is:
string(13) "78.130.136.12"
Expected result:
----------------
The result should be:
string(22) "atlantis.botevgrad.com"
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43853&edit=1