php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #40676 Add FILTER_VALIDATE_URI (replacing FILTER_VALIDATE_URL)?
Submitted: 2007-03-01 03:22 UTC Modified: 2011-02-21 21:11 UTC
Votes:9
Avg. Score:3.7 ± 1.2
Reproduced:7 of 7 (100.0%)
Same Version:1 (14.3%)
Same OS:1 (14.3%)
From: walter dot tom+php at gmail dot com Assigned:
Status: Open Package: Filter related
PHP Version: 5.2.1 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
12 + 27 = ?
Subscribe to this entry?

 
 [2007-03-01 03:22 UTC] walter dot tom+php at gmail dot com
Description:
------------
It appears as of the fix for #39898 that support for validating relative URLs and URLs without a schema has been removed, without any option to allow them.

I understand the reasoning is that the RFC specifies that a URL must include a schema and a host, which is fair enough.

But it leaves the user with no simple way to validate domain names or relative URLs.

So can I suggest that we add a FILTER_VALIDATE_URI type that would allow domains, relative paths, or full URLs?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-02-21 21:11 UTC] jani@php.net
-Package: Feature/Change Request +Package: Filter related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC