php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53017 Problem of using filter_var() on a specific link
Submitted: 2010-10-07 19:41 UTC Modified: 2010-10-08 04:59 UTC
From: rudeboiidevil2k7 at hotmail dot co dot uk Assigned:
Status: Duplicate Package: Filter related
PHP Version: 5.3.3 OS: Mac Snow Leopard
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: rudeboiidevil2k7 at hotmail dot co dot uk
New email:
PHP Version: OS:

 

 [2010-10-07 19:41 UTC] rudeboiidevil2k7 at hotmail dot co dot uk
Description:
------------
There is a type of link that would always return false when checking if it is a valid link, a link such as:

http://img8.warez-bb.org/images/wbb_logo_v2.jpg

So that type of link (provided above) will always return false.

Test script:
---------------
if(filter_var('http://img8.warez-bb.org/images/wbb_logo_v2.jpg', FILTER_VALIDATE_URL))
{
    echo 'valid';
}
else
{
    echo 'not valid';
}


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-07 19:43 UTC] rudeboiidevil2k7 at hotmail dot co dot uk
-Operating System: Mac OS X +Operating System: Mac Snow Leopard
 [2010-10-07 19:43 UTC] rudeboiidevil2k7 at hotmail dot co dot uk
Detailed OS
 [2010-10-07 22:13 UTC] cataphract@php.net
-Status: Open +Status: Feedback
 [2010-10-07 22:13 UTC] cataphract@php.net
Hum? Is this echoing "invalid" for you? I get "valid", which is what's expected.
 [2010-10-08 04:59 UTC] aharvey@php.net
-Status: Feedback +Status: Duplicate
 [2010-10-08 04:59 UTC] aharvey@php.net
Snow Leopard is currently still shipping 5.3.2 as standard, which suffered from bug #51192. This is fixed in 5.3.3.

Marking duplicate; closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC