|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-09-26 11:49 UTC] cmb@php.net
-Status: Open
+Status: Duplicate
-Assigned To:
+Assigned To: cmb
[2016-09-26 11:49 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 00:00:02 2025 UTC |
Description: ------------ 1. international domainnames should be recognized 2. international (utf-8) pathnames should be recognized Test script: --------------- 1. echo filter_var('http://münchen.de/',FILTER_SANITIZE_URL) 2. echo filter_var('https://de.wikipedia.org/wiki/Übertragungsverlust',FILTER_SANITIZE_URL); Expected result: ---------------- 1. http://münchen.de/ 2. https://de.wikipedia.org/wiki/Übertragungsverlust Actual result: -------------- 1. http://mnchen.de/ 2. https://de.wikipedia.org/wiki/bertragungsverlust