Home » Validate » Validate » Bug #1720
Validate::uri: any alphanumeric string is a valid uri
Details
| Submitted | 2004-06-25 11:13 UTC |
|---|---|
| From | david at dfoerster dot de |
| Status | Bogus |
| Package | Validate |
| PHP Version | 4.3.7 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-06-25 11:13 UTC] david at dfoerster dot de
Description:
------------
Any alphanummeric string is recognized as a valid uri.
Reproduce code:
---------------
var_export(Validate::uri('213kln2sad'));
Expected result:
----------------
false
Actual result:
--------------
true