php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19141 gethostbyname fails with complete http-address
Submitted: 2002-08-28 04:48 UTC Modified: 2002-08-28 04:51 UTC
From: thomasdkeller at web dot de Assigned:
Status: Not a bug Package: HTTP related
PHP Version: 4.2.2 OS: Windows 2000
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thomasdkeller at web dot de
New email:
PHP Version: OS:

 

 [2002-08-28 04:48 UTC] thomasdkeller at web dot de
Hi there!

During my work on a link system i noticed that gethostbyname($string) fails, when $string contains an url with leading "http://" - shouldn't be there a small internal condition to prevent this failure?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-28 04:51 UTC] derick@php.net
No, 'http://' is the protocol specification, and has nothing to do with the hostname.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC