url icon indicating copy to clipboard operation
url copied to clipboard

Makes the algorithms and APIs defined by URL Standard (replaces RFC 3986 and RFC 3987) available on PHP. / URL Standard (RFC 3986、RFC 3987 を置き換える Web 標準仕様) で定義されているアルゴリズム、お...

Results 2 url issues
Sort by recently updated
recently updated
newest added

- PHP 5.6.10 - libmbfl 1.3.2 - iconv 2.17 - esperecyan/url 1.0.2 If a input passed to [lib\URLencoding::serializeURLencoded()](https://github.com/esperecyan/url/blob/v1.0.2/src/lib/URLencoding.php#L136-L147) or [lib\URL::parseBasicURL()](https://github.com/esperecyan/url/blob/v1.0.2/src/lib/URL.php#L553-L569) includes characters not encoded using _$encodingOverride_, the charcters will be...

bug

- PHP 5.6.10 - Intl 1.1.0 - ICU 50.1.2 - esperecyan/url 1.0.2 If [lib\HostProcessing::domainToASCII()](https://github.com/esperecyan/url/blob/v1.0.2/src/lib/HostProcessing.php#L17-L28) or [lib\HostProcessing::domainToUnicode()](https://github.com/esperecyan/url/blob/v1.0.2/src/lib/HostProcessing.php#L30-L41) is passed a domain exceeding 253 characters or containing a label exceeding 63 characters,...

bug